https://github.com/aeliot-tm/doctrine-encrypted-bundle
Doctrine Encrypted bundle permits to encrypt/decrypt separate columns of database via Doctrine column types.
https://github.com/aeliot-tm/doctrine-encrypted-bundle
ast cryptography decryption doctrine doctrine-extension doctrine-orm encryption php routines symfony-bundle
Last synced: 4 months ago
JSON representation
Doctrine Encrypted bundle permits to encrypt/decrypt separate columns of database via Doctrine column types.
- Host: GitHub
- URL: https://github.com/aeliot-tm/doctrine-encrypted-bundle
- Owner: Aeliot-Tm
- License: mit
- Created: 2024-12-17T06:45:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T06:40:49.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:09:15.699Z (about 1 year ago)
- Topics: ast, cryptography, decryption, doctrine, doctrine-extension, doctrine-orm, encryption, php, routines, symfony-bundle
- Language: PHP
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Doctrine Encrypted Bundle
[](https://github.com/Aeliot-Tm/doctrine-encrypted-bundle/actions)
[](https://codeclimate.com/github/Aeliot-Tm/doctrine-encrypted-bundle)
[](LICENSE)
The bundle permits to encrypt separate columns of database via Doctrine column types.
## Installation
Call command line script to install:
```shell
composer require aeliot/doctrine-encrypted-bundle
```
See whole documentation [here](docs/index.md).
## Database options
Encrypted data has different size to origin. So, the bundle expects some options of database tables
to get for more stable result:
- charset: utf8mb4
- collation: utf8mb4_unicode_ci