Libraries tagged by Encry
paragonie/easyrsa
249608 Downloads
Simple and secure asymmetric encryption powered by PHPSecLib
vmelnik/doctrine-encrypt-bundle
77627 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
spryker/util-encryption
2212730 Downloads
UtilEncryption module
sagalbot/encryptable
59362 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
ohseesoftware/laravel-assert-encrypted
90655 Downloads
Add an assertion to test for encrypted values in your database.
nowo-tech/doctrine-encrypt-bundle
6338 Downloads
Symfony 7.4+|8 bundle to encrypt Doctrine entity fields at rest with Halite, Defuse, or MySQL-compatible MysqlAes (GDPR-friendly, multiple keys, key rotation).
mathiasgrimm/laravel-encrypted-attributes
4901 Downloads
Encrypted and safe-by-default Laravel Model attributes
magros/laravel-model-encryption
55100 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
lekoala/silverstripe-encrypt
13770 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
laravel/legacy-encrypter
136835 Downloads
The legacy version of the Laravel mcrypt encrypter.
hyperf-ext/encryption
65498 Downloads
The Hyperf Encryption package.
gregoryduckworth/encryptable
54064 Downloads
A simple trait to make attributes encrypted in the database
gracious/doctrine-encryption-bundle
20484 Downloads
Simple bundle for adding encryption type to Doctrine
erikwang2013/encryption
1257 Downloads
A pluggable cryptography component library: under a unified contract it provides symmetric encryption, asymmetric encryption, hashing, and key derivation (HKDF / PBKDF2), with implementations including AES/Sodium and Chinese national algorithms SM2/SM3/SM4/ZUC. Installable via Composer.
dwgebler/encryption
7595 Downloads
Encryption wrapper for PHP using libsodium — simple API for symmetric and asymmetric encryption, password hashing, digital signing, and message authentication.