Libraries tagged by model encryption
attakinsky/encryptable
23 Downloads
It is a simple trait that allows you to encrypt and decrypt on the fly multiple fields in your Eloquent models.
rway7/secure-eloquent
1546 Downloads
Encrypt your Eloquent model by user-provide key (with AES-128-CBC algorithm).
compellio/eloquent-aes
1 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
imhayatunnabi/laravel-hashes
0 Downloads
A Laravel package for automatic encryption and decryption of model attributes
jan2000/ffxradix
291931 Downloads
The Scheme FFX[radix] of the FFX Mode of Operation for Format-Preserving Encryption
esensi/model
65891 Downloads
The base model traits of Esensi
sop/gcm
195007 Downloads
A PHP library for Galois/Counter Mode encryption with AES.
privatebin/privatebin
83 Downloads
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of stored data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).
koodoo/laravel-trait-encrypt
15817 Downloads
A Laravel Eloquent Model trait for Encrypting model data
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.
maxkalahur/laravel-model-settings
7 Downloads
This Laravel package allows you to attach settings to Laravel Models, save them in DB and encrypt.
d3d9ex/doctrine-aes-256-ctr-encrypted-type
6 Downloads
Doctrine custom type for AES-256 CTR mode encryption
oittaa/aes-gcm
21 Downloads
AES GCM (Galois Counter Mode) made simple.
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
10 Downloads
Simple AES 256 is a PHP class designed to simplify encryption and decryption using AES-256 in CBC or GCM modes.