Libraries tagged by encrypt decrypt
elgibor-solution/laravel-database-encryption
90172 Downloads
Auto Encrypt and Decrypt Database through Eloquent
vmelnik/doctrine-encrypt-bundle
75887 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
noprotocol/php-mysql-aes-crypt
76637 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
magros/laravel-model-encryption
46772 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
hemiframe/php-aes
26044 Downloads
PHP class for encrypt and decrypt data with AES algorithm
delatbabel/elocryptfive
91967 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
codezero/encrypter
80725 Downloads
Encrypt and decrypt strings in PHP.
xxtea/xxtea
38907 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
sop/gcm
186727 Downloads
A PHP library for Galois/Counter Mode encryption with AES.
mpyw/easycrypt
3302 Downloads
A class that provides simple interface for decryptable encryption.
loostro/cryptomute
27027 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
austinheap/laravel-database-encryption
75982 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
exonet/securemessage
19735 Downloads
Encrypt and decrypt messages in a secure way.
ahsankhatri/cryptolib-php
62883 Downloads
A library to encrypt or decrypt with random password generator based on secret key defined.
lekoala/silverstripe-encrypt
5701 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet