Libraries tagged by encryption
mastercard/client-encryption
87339 Downloads
Library for Mastercard API compliant payload encryption/decryption.
austinheap/laravel-database-encryption
75963 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
spryker/util-encryption
1917992 Downloads
UtilEncryption module
magros/laravel-model-encryption
46062 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
web-token/jwt-encryption-algorithm-pbes2
676426 Downloads
PBES2* Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-experimental
222402 Downloads
Experimental Key and Content Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-ecdh-es
701030 Downloads
ECDH-ES Based Key Encryption Algorithms the JWT Framework.
web-token/jwt-encryption-algorithm-aesgcmkw
720413 Downloads
AES GCM Key Wrapping Based Key Encryption Algorithms the JWT Framework.
tecnickcom/tc-lib-pdf-filter
80048 Downloads
PHP library to decode PDF compression and encryption filters
sagalbot/encryptable
47063 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
richardstyles/eloquentencryption
11923 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
privatebin/privatebin
77 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).
ph-7/obfuscator
2408 Downloads
Simple and effective Obfuscator PHP class (this is not a stupid base64 encoding script, but a real and effective obfuscation script)
noprotocol/php-mysql-aes-crypt
75756 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
leigh/chacha20
2510 Downloads
Pure PHP implementation of the ChaCha20 encryption algorithm.