The Symfony Secrets management 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.
This bundle is an add-on for the PcdxParameterEncryptionBundle and enables simple usage of it in combination with the Composer package zendframework/zend-crypt.
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:
-
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
-
Provided by OpenSSL extension:
- RSA
The documentation source files are located in the Resources/doc/
directory of
this bundle.
Please refer to the Getting Started guide.
This bundle is released under the MIT license.
- picodexter | GitHub | picodexter.io
See also the list of contributors.
The official project repository with the issue tracker can be found on GitHub.
Please refer to the contributing document.