carteni / crypto-bundle
Integrates the "Authenticated Secret-Key Encryption" feature in a symfony project.
Installs: 7 924
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 0
Type:symfony-bundle
Requires
- php: ^5.5.9 || ^7.0
- defuse/php-encryption: ^2.0
- symfony/expression-language: ^3.0
- symfony/framework-bundle: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^1.11
- phpunit/phpunit: ~4.8|~5.0
- symfony/console: ^3.2
- symfony/phpunit-bridge: ^3.2
README
The aim of MesCryptoBundle is to facilitate symmetric-key authenticated encryption in a Symfony application.
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in the documentation.
Unit tests and check code style
$ make
$ make test
$ make cs
License
This bundle is under the MIT license. See the complete license in the bundle
Reporting an issue
Issues are tracked in the Github issue tracker.
Dependencies
defuse/php-encryption
Thanks to Taylor Hornby and Scott Arciszewski as well as numerous open-source contributors.