Download the PHP package h2entwicklung/doctrine-encrypt-bundle without Composer
On this page you can find all versions of the php package h2entwicklung/doctrine-encrypt-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download h2entwicklung/doctrine-encrypt-bundle
More information about h2entwicklung/doctrine-encrypt-bundle
Files in h2entwicklung/doctrine-encrypt-bundle
Package doctrine-encrypt-bundle
Short Description Encrypted symfony entity's by verified and standardized libraries Works with Symfony >5.1. This Package replaces the abandoned GiveMeAllYourCats/DoctrineEncryptBundle which is not longer maintained
License MIT
Informations about the package doctrine-encrypt-bundle
Introduction
This is a fork from the original bundle created by ambta which can be found here: ambta/DoctrineEncryptBundle
This bundle has updated security by not rolling it's 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
All versions of doctrine-encrypt-bundle with dependencies
paragonie/halite Version ^4.6
paragonie/sodium_compat Version ^1.5
doctrine/orm Version ^2.5
symfony/property-access Version ^5.1
symfony/dependency-injection Version ^5.1
symfony/yaml Version ^5.1
symfony/http-kernel Version ^5.1
symfony/config Version ^5.1
