picodexter / parameter-encryption-defuse-bundle
Symfony PcdxParameterEncryptionBundle add-on for defuse/php-encryption
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.6 || ^7.0
- defuse/php-encryption: ^2.0
- picodexter/parameter-encryption-bundle: ^1.0
- symfony/framework-bundle: ^2.7 || ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2020-07-11 23:44:35 UTC
README
DEPRECATION WARNING!
THIS BUNDLE IS NOW DEPRECATED / ABANDONED
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.
END OF DEPRECATION WARNING
This bundle is an add-on for the PcdxParameterEncryptionBundle and enables simple usage of it in combination with the Composer package defuse/php-encryption.
Features
You will be able to use the following ciphers:
Symmetric Ciphers
-
Defuse PHP encryption
(proprietary, uses AES-128 for encryption and HMAC-SHA256 for authentication)
Documentation
The documentation source files are located in the Resources/doc/
directory of
this bundle.
Installation
Please refer to the Getting Started guide.
License
This bundle is released under the MIT license.
Authors
- picodexter | GitHub | picodexter.io
See also the list of contributors.
Contributing
The official project repository with the issue tracker can be found on GitHub.
Please refer to the contributing document.