Libraries tagged by model encryption
kidfund/laravault
0 Downloads
Auto encrypt Eloquent models using Hashicorp Vault
ginkelsoft/laravel-encrypted-search-index
62 Downloads
A lightweight Laravel package that provides privacy-preserving, encrypted fulltext and prefix search support for Eloquent models.
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
sop/gcm
292004 Downloads
A PHP library for Galois/Counter Mode encryption with AES.
jan2000/ffxradix
404170 Downloads
The Scheme FFX[radix] of the FFX Mode of Operation for Format-Preserving Encryption
privatebin/privatebin
171 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).
esensi/model
67027 Downloads
The base model traits of Esensi
koodoo/laravel-trait-encrypt
17511 Downloads
A Laravel Eloquent Model trait for Encrypting model data
oittaa/aes-gcm
31 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.
maxkalahur/laravel-model-settings
8 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
9 Downloads
Doctrine custom type for AES-256 CTR mode encryption