Libraries tagged by encrypt database
aeliot/doctrine-encrypted-bundle
4 Downloads
The bundle permits to encrypt separate columns of database via Doctrine column types
arzeroid/laravel-model-encryptable
4 Downloads
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
rahulshibu/laravel-model-encrypter
38 Downloads
Provides database model attribute encryption/decryption
qranio-com/hashids
6 Downloads
Generate hashes like YouTube or Bitly from numbers to obfuscate your database IDs, or navigate to the right shard.
kablanfatih/encryption
28 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel , based on configuration settings.
ioguimaraes/ready-keepass-php
13 Downloads
A library for reading KeePass 2.x databases
ceyleon/laravel-db-encrypter
12 Downloads
Provides database model attribute encryption/decryption
badarithm/elocryptfive
13 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
arzeroid/laravel-model-ssh-encryptable
12 Downloads
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values
alexanderzon/hashids
620 Downloads
Fork from hashids/hashids: Generate hashids like YouTube or Bitly from numbers to obfuscate your database primary ids, or navigate to the right shard.
abbasbkz/laravel-db-encrypter
28 Downloads
Provides database model attribute encryption/decryption
crazy-max/cws-session
44 Downloads
PHP class to manipulate sessions. Data are securely encrypted and sessions are stored in database.
w360/secure-data
235 Downloads
Library to Encrypt Database Fields in Mysql using Advanced Encryption Standard (AES) and Data Encryption Standard (DES)
fundamental-studio/laravel-encryptable
1 Downloads
Laravel Encryptable addon for easy encrypt/decrypt database values with as many as 4 lines of code.
alemian95/laravel-encryptable-attributes
1 Downloads
Laravel Package to effortlessy encrypt and decrypt from database model attributes