Libraries tagged by encryption
paragonie/password_lock
43222 Downloads
Wraps Bcrypt-SHA2 in Authenticated Encryption
nickcv/yii2-encrypter
549687 Downloads
Openssl Encrypter for Yii2
johnathanmiller/secure-env-php
49288 Downloads
Encrypt environment files for production use.
jan2000/ffxradix
287485 Downloads
The Scheme FFX[radix] of the FFX Mode of Operation for Format-Preserving Encryption
ionux/phactor
53920 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.
phpsec/phpsec
99932 Downloads
A PHP security library
sop/jwx
191080 Downloads
A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.
mrgswift/laravel-encryptenv
36647 Downloads
Laravel Environment Variable Encryption
paragonie/easyrsa
243610 Downloads
Simple and secure asymmetric encryption powered by PHPSecLib
stymiee/php-simple-encryption
6394 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
hyperf-ext/encryption
50968 Downloads
The Hyperf Encryption package.
dwgebler/encryption
5814 Downloads
Encryption wrapper for PHP which uses libsodium to provide a simple API for symmetric and asymmetric encryption, decryption, digital signing and message authentication.
mastercard/client-encryption
89388 Downloads
Library for Mastercard API compliant payload encryption/decryption.
spryker/util-encryption
1972009 Downloads
UtilEncryption module
magros/laravel-model-encryption
47250 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.