https://github.com/picodexter/pcdxparameterencryptiondefusebundle
Add-on Symfony bundle for the PcdxParameterEncryptionBundle and the Composer package defuse/php-encryption
https://github.com/picodexter/pcdxparameterencryptiondefusebundle
bundle crypto decryption defuse encryption parameters php-encryption symfony symfony-bundle symfony2 symfony2-bundle symfony3 symfony3-bundle
Last synced: 4 months ago
JSON representation
Add-on Symfony bundle for the PcdxParameterEncryptionBundle and the Composer package defuse/php-encryption
- Host: GitHub
- URL: https://github.com/picodexter/pcdxparameterencryptiondefusebundle
- Owner: picodexter
- License: mit
- Archived: true
- Created: 2017-05-25T22:54:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T23:44:31.000Z (over 5 years ago)
- Last Synced: 2025-08-05T01:21:58.724Z (6 months ago)
- Topics: bundle, crypto, decryption, defuse, encryption, parameters, php-encryption, symfony, symfony-bundle, symfony2, symfony2-bundle, symfony3, symfony3-bundle
- Language: PHP
- Homepage:
- Size: 43 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
# PcdxParameterEncryptionDefuseBundle
## 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
[defuse/php-encryption](https://github.com/defuse/php-encryption).
[](https://packagist.org/packages/picodexter/parameter-encryption-defuse-bundle)
[](https://travis-ci.org/picodexter/PcdxParameterEncryptionDefuseBundle)
[](https://coveralls.io/github/picodexter/PcdxParameterEncryptionDefuseBundle)
## 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](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/PcdxParameterEncryptionDefuseBundle/contributors).
## Contributing
The official project repository with the issue tracker can be found
[on GitHub](https://github.com/picodexter/PcdxParameterEncryptionDefuseBundle).
Please refer to the [contributing document](CONTRIBUTING.md).