https://github.com/picodexter/pcdxparameterencryptionzendcryptbundle
Add-on Symfony bundle for the PcdxParameterEncryptionBundle and the Composer package zendframework/zend-crypt
https://github.com/picodexter/pcdxparameterencryptionzendcryptbundle
bundle crypto decryption encryption parameters symfony symfony-bundle symfony2 symfony2-bundle symfony3 symfony3-bundle zend zend-crypt zend-framework
Last synced: 8 months ago
JSON representation
Add-on Symfony bundle for the PcdxParameterEncryptionBundle and the Composer package zendframework/zend-crypt
- Host: GitHub
- URL: https://github.com/picodexter/pcdxparameterencryptionzendcryptbundle
- Owner: picodexter
- License: mit
- Archived: true
- Created: 2017-06-17T15:56:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T23:52:02.000Z (almost 6 years ago)
- Last Synced: 2025-08-01T17:30:39.213Z (10 months ago)
- Topics: bundle, crypto, decryption, encryption, parameters, symfony, symfony-bundle, symfony2, symfony2-bundle, symfony3, symfony3-bundle, zend, zend-crypt, zend-framework
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PcdxParameterEncryptionZendCryptBundle
## DEPRECATION WARNING!
### THIS BUNDLE IS NOW DEPRECATED / ABANDONED
The [Symfony Secrets management](https://symfony.com/doc/current/configuration/secrets.html)
that was introduced with Symfony 4.4 offers an official solution for the
original purpose of this bundle.
Please refer to it instead.
Active development on this project has therefore been stopped.
## END OF DEPRECATION WARNING
This bundle is an add-on for the
[PcdxParameterEncryptionBundle](https://github.com/picodexter/PcdxParameterEncryptionBundle)
and enables simple usage of it in combination with the Composer package
[zendframework/zend-crypt](https://github.com/zendframework/zend-crypt).
[](https://packagist.org/packages/picodexter/parameter-encryption-zend-crypt-bundle)
[](https://travis-ci.org/picodexter/PcdxParameterEncryptionZendCryptBundle)
[](https://coveralls.io/github/picodexter/PcdxParameterEncryptionZendCryptBundle)
## Features
zend-crypt 2.x supports the mcrypt extension only.
zend-crypt 3.x supports both the OpenSSL and the mcrypt extension.
The **mcrypt extension has been deprecated as of PHP 7.1** and was moved to
PECL as of PHP 7.2.
Depending on the factors mentioned above, you will be able to use the following
ciphers:
### Symmetric Ciphers
* Provided by OpenSSL extension:
* AES-256
* Blowfish
* Camellia-256
* CAST-128 / CAST5
* DES
* SEED
* Provided by mcrypt extension:
* AES / Rijndael-128
* Blowfish
* CAST-128 / CAST5
* CAST-256
* DES
* 3DES / Triple DES
* Rijndael-192
* Rijndael-256
* SAFER+
* Serpent
* Twofish
### Asymmetric Ciphers
* Provided by OpenSSL extension:
* RSA
## Documentation
The documentation source files are located in the `Resources/doc/` directory of
this bundle.
## Installation
Please refer to the [Getting Started guide](Resources/doc/getting-started.rst).
## License
This bundle is released under the [MIT license](LICENSE).
## Authors
* picodexter | [GitHub](https://github.com/picodexter) | [picodexter.io](https://picodexter.io/)
See also the [list of contributors](https://github.com/picodexter/PcdxParameterEncryptionZendCryptBundle/contributors).
## Contributing
The official project repository with the issue tracker can be found
[on GitHub](https://github.com/picodexter/PcdxParameterEncryptionZendCryptBundle).
Please refer to the [contributing document](CONTRIBUTING.md).