PHPackages                             psolutions/encrypt-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. psolutions/encrypt-bundle

ActiveSymfony-bundle[Security](/categories/security)

psolutions/encrypt-bundle
=========================

Bundle provides a service for encrypting values via attribute.

v1.0.0(2y ago)010MITPHPPHP &gt;=8.2

Since Feb 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/frizquierdo/EncryptBundle)[ Packagist](https://packagist.org/packages/psolutions/encrypt-bundle)[ Docs](https://github.com/frizquierdo/EncryptBundle)[ GitHub Sponsors](https://github.com/frizquierdo)[ RSS](/packages/psolutions-encrypt-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

PSolutions Encrypt Bundle
=========================

[](#psolutions-encrypt-bundle)

A bundle to handle encoding and decoding of parameters using OpenSSL and Doctrine lifecycle events. It's a fork of

Features include:

- v1 is Symfony 6.4 and 7.0 compatible.
- Uses OpenSSL
- Uses Event listeners

Features road map:

- Create a factory method to expand for different encryptors
- Create a twig function to decrypt encoded values
- Expand parameters to allow selection of encoding method
- Create CLI commands to encrypt and decrypt the entire database
- Handle DateTime data types via the bundle.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

About
-----

[](#about)

EncryptBundle has been written for the [Parolla Plugins](https://plugins.parolla.ie) and [Parolla](https://www.parolla.ie) websites to encode users private data. The bundle is expanded in a larger [gdpr-bundle](https://github.com/mogilvie/GdprBundle).

Reporting an issue or a feature request
---------------------------------------

[](#reporting-an-issue-or-a-feature-request)

Issues and feature requests are tracked in the [Github issue tracker](https://github.com/frizquierdo/EncryptBundle/issues).

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

Installation
============

[](#installation)

Step 1: Install from package
----------------------------

[](#step-1-install-from-package)

Open a command console, enter your project directory and execute the following command to download the latest development version of this bundle:

```
$ composer require psolutions/encrypt-bundle

```

Step 2: Enable the bundle
-------------------------

[](#step-2-enable-the-bundle)

The receipe will create a package config file under config/packages/psolutions\_encrypt.yaml.

If required, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
