Libraries tagged by decay
privatebin/privatebin
177 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).
ercsctt/laravel-file-encryption
11024 Downloads
Secure file encryption and decryption for Laravel applications
elgibor-solution/laravel-database-encryption
125789 Downloads
Auto Encrypt and Decrypt Database through Eloquent
blocktrail/cryptojs-aes-php
528628 Downloads
Small openssl_encrypt/decrypt wrapper to be compatible with CryptoJS.AES
jsq/psr7-stream-encryption
140427 Downloads
For encrypting and decrypting streams of arbitrary size.
vmelnik/doctrine-encrypt-bundle
77625 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
virgil/crypto
20013 Downloads
Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. See below for currently available languages and platforms. Get in touch with us to get preview access to our key infrastructure.
solvercaptcha/solvecaptcha-php
4873 Downloads
PHP package for easy integration with solvecaptcha API.
rybakit/phive-queue
42026 Downloads
$queue->push('I can be popped off after', '10 minutes');
openlss/lib-crypt
63697 Downloads
Shorthand library for using AES encryption provided by PHP-Mcrypt
nowo-tech/doctrine-encrypt-bundle
6291 Downloads
Symfony 7.4+|8 bundle to encrypt Doctrine entity fields at rest with Halite, Defuse, or MySQL-compatible MysqlAes (GDPR-friendly, multiple keys, key rotation).
noprotocol/php-mysql-aes-crypt
92939 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
mukto90/ncrypt
14632 Downloads
A simple PHP class to encrypt a string and decrypt an encrypted string
mpyw/easycrypt
5513 Downloads
A class that provides simple interface for decryptable encryption.
lekoala/silverstripe-encrypt
13730 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet