Libraries tagged by encrypt decrypt
vmelnik/doctrine-encrypt-bundle
75452 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
combodo/doctrine-encrypt-bundle
73032 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
noprotocol/php-mysql-aes-crypt
75069 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
magros/laravel-model-encryption
45693 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
24940 Downloads
PHP class for encrypt and decrypt data with AES algorithm
delatbabel/elocryptfive
91775 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
xxtea/xxtea
38496 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
sop/gcm
175874 Downloads
A PHP library for Galois/Counter Mode encryption with AES.
mpyw/easycrypt
2880 Downloads
A class that provides simple interface for decryptable encryption.
miladrahimi/phpcrypt
62170 Downloads
Encryption, decryption, and hashing tools for PHP projects
loostro/cryptomute
26774 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
75949 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
exonet/securemessage
18858 Downloads
Encrypt and decrypt messages in a secure way.
ahsankhatri/cryptolib-php
61826 Downloads
A library to encrypt or decrypt with random password generator based on secret key defined.
lekoala/silverstripe-encrypt
5358 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet