Libraries tagged by model encryption
jan2000/ffxradix
271092 Downloads
The Scheme FFX[radix] of the FFX Mode of Operation for Format-Preserving Encryption
esensi/model
65736 Downloads
The base model traits of Esensi
sop/gcm
181234 Downloads
A PHP library for Galois/Counter Mode encryption with AES.
privatebin/privatebin
78 Downloads
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).
koodoo/laravel-trait-encrypt
15458 Downloads
A Laravel Eloquent Model trait for Encrypting model data
oittaa/aes-gcm
17 Downloads
AES GCM (Galois Counter Mode) made simple.
iamjohndev/phpencryption
6 Downloads
PHPSecryption is a PHP class that provides encryption and decryption functionality using the OpenSSL library. It uses the Advanced Encryption Standard (AES) algorithm in Cipher-Block Chaining (CBC) mode for secure data encryption.
d3d9ex/doctrine-aes-256-ctr-encrypted-type
6 Downloads
Doctrine custom type for AES-256 CTR mode encryption
easeappphp/ea-halite
35 Downloads
A very simple and safe PHP library that provides wrapper methods to handle encryption, decryption along with authentication in both symmetric & asymmetric modes for both text content and files appropriately. This library is based upon Halite library from Paragonie Initiative Enterprises.
mjohann/simple-aes-256
9 Downloads
Simple AES 256 is a PHP class designed to simplify encryption and decryption using AES-256 in CBC or GCM modes.