Download the PHP package doctrineencryptbundle/doctrine-encrypt-bundle without Composer
On this page you can find all versions of the php package doctrineencryptbundle/doctrine-encrypt-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package doctrine-encrypt-bundle
Introduction
This version of the DoctrineEncryptBundle was initially forked from: integr8rs/DoctrineEncryptBundle
This version was created due to be maintained and managed by a GitHub organization (DoctrineEncryptBundle) due to all previous versions that were installable not being actively maintained any longer. This includes the most popular on as well: michaeldegroot/doctrine-encrypt-bundle
The original bundle created by ambta can be found here: -ambta/DoctrineEncryptBundle
This bundle has updated security by not rolling its own encryption and using verified standardized library's from the field.
Using Halite
All deps are already installed with this package
Using Defuse
You will need to require Defuse yourself
composer require "defuse/php-encryption ^2.0"
Secret key
The secret key should be a max 32 byte hexadecimal string ([0-9a-fA-F]
).
Secret key is generated if there is no key found. This is automatically generated and stored in the folder defined in the configuration
Filename example: .DefuseEncryptor.key
or .HaliteEncryptor.key
Do not forget to add these files to your .gitignore file, you do not want this on your repository!
Documentation
- Installation
- Requirements
- Configuration
- Usage
- Console commands
- Custom encryption class
Demo
Two demo-installations, one using symfony 4.4 and one using symfony 6.x, can be found in this repository in demo
. This demonstrates how to use
the application using both annotations and, when using php > 8.0, attributes.
All versions of doctrine-encrypt-bundle with dependencies
composer-runtime-api Version ^2.0
paragonie/halite Version ^4.6|^5.0
doctrine/orm Version ^2.5|^3.3
doctrine/doctrine-bundle Version ^2.0.8|^2.1
symfony/property-access Version ^5.4|^6.0|^7.0
symfony/dependency-injection Version ^5.4|^6.0|^7.0
symfony/yaml Version ^5.4|^6.0|^7.0
symfony/http-kernel Version ^5.4|^6.0|^7.0
symfony/config Version ^5.4|^6.0|^7.0
doctrine/annotations Version ^1.13|^2.0
symfony/expression-language Version ^5.4|^6.0|^7.0
composer/semver Version ^3.0
doctrine/common Version ^3.4