Libraries tagged by encrypter
mrgswift/laravel-encryptenv
35191 Downloads
Laravel Environment Variable Encryption
crudly/encrypted
3456 Downloads
Encryption and hashing casts for Eloquent
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).
travelport-czech/compile_conf
324132 Downloads
Simple builder configuration files from environment, encrypted values or user input
sagalbot/encryptable
47169 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
richardstyles/eloquentencryption
11947 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
intermax/veil
3154 Downloads
Improve working with encrypted environment files in Laravel.
dotenv-org/phpdotenv-vault
9729 Downloads
Load environment variables from encrypted .env.vault files
loostro/cryptomute
26913 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
swisnl/laravel-encrypted-data
3233 Downloads
Laravel Utilities for Encrypted Data
swisnl/flysystem-encrypted
5565 Downloads
Flysystem Adapter Encryption Decorator
ohseesoftware/laravel-assert-encrypted
36700 Downloads
Add an assertion to test for encrypted values in your database.
nmure/encryptor-bundle
11569 Downloads
A Symfony Bundle for the nmure/encryptor library
nmure/encryptor
20659 Downloads
PHP data encryptor using open_ssl
mathiasgrimm/laravel-encrypted-attributes
2791 Downloads
Encrypted and safe-by-default Laravel Model attributes