Libraries tagged by encrypter
thetalabs/laravel-database-encryption
16486 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes.
studio201/doctrine-encrypt-bundle
12780 Downloads
Encrypted symfony entity's by verified and standardized libraries
rbennett/laravel-model-encryption
1638 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
paragonie/eloquent-ciphersweet
164 Downloads
Provides searchable encrypted columns for Eloquent ORM
ndum/laravel-seb
1390 Downloads
Laravel Package for generating encrypted SEB (Safe Exam Browser) client configurations
larryphp/encryption
1534 Downloads
A tiny encryptor from Laravel.
davidcochrum/dotenv-vault-laravel
2802 Downloads
Laravel package to load environment variables from encrypted .env.vault files
cracksalad/phpmailer-pgp
3810 Downloads
PHPMailerPGP enables PHPMailer to send OpenPGP/GPG encrypted and signed e-mails
coka/doctrine-encrypt-bundle
4757 Downloads
Encrypted doctrine type value with openssl.
xorgxx/doctrine-encryptor-bundle
117 Downloads
This bundle provides Encrypt/Decrypt data sensible in a Db system in your application.Its main goal is to make it simple for you to manage encrypt & decrypt sensible data into Db!This bundle is to refresh the old bundle [DoctrineEncryptBundle]
starburst/encrypted-config-loader
28 Downloads
Expanded config loader for stefna/config
rosio/encrypted-cookie
6649 Downloads
Allows easy management of encrypted cookies
mathiasgrimm/laravel-encrypted-attributes
3006 Downloads
Encrypted and safe-by-default Laravel Model attributes
log1x/acf-encrypted-password
280 Downloads
A simple ACF field to use in place of the default Password field to encrypt the password stored in the database using PHP 5.5's password_hash.
hejunjie/encrypted-request
33 Downloads
PHP 请求加密工具包,支持 AES 解密、签名与时间戳验证,快速实现前后端安全通信 | PHP encryption toolkit for AES decryption, signature, and timestamp verification, enabling fast and secure front-to-backend communication. Front-end npm package generates encrypted request parameters without changing existing APIs