Libraries tagged by encyption
sop/jwx
288843 Downloads
A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.
soarecostin/file-vault
196894 Downloads
richardstyles/eloquentencryption
15573 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
psecio/secure_dotenv
39112 Downloads
An encrypted environment configuration handler
privatebin/privatebin
169 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).
paragonie/password_lock
51908 Downloads
Wraps Bcrypt-SHA2 in Authenticated Encryption
nickcv/yii2-encrypter
683265 Downloads
Openssl Encrypter for Yii2
kelunik/acme-client
4559 Downloads
Let's Encrypt / ACME client written in PHP for the CLI.
kelunik/acme
610654 Downloads
ACME library written in PHP.
jan2000/ffxradix
402194 Downloads
The Scheme FFX[radix] of the FFX Mode of Operation for Format-Preserving Encryption
ionux/phactor
88005 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
analogic/lescript
15146 Downloads
Lescript is simplified concept of ACME client implementation especially for Let's encrypt service. It's goal is to have one easy to use PHP file without dependencies.
phpsec/phpsec
105076 Downloads
A PHP security library
xxtea/xxtea
43004 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.
sop/gcm
290010 Downloads
A PHP library for Galois/Counter Mode encryption with AES.