Libraries tagged by encyption
staabm/secure_dotenv
642988 Downloads
An encrypted environment configuration handler
sop/jwx
189883 Downloads
A PHP library for JSON web tokens (JWT) with signature (JWS) and encryption (JWE) support.
soarecostin/file-vault
189788 Downloads
psecio/secure_dotenv
34827 Downloads
An encrypted environment configuration handler
paragonie/password_lock
43145 Downloads
Wraps Bcrypt-SHA2 in Authenticated Encryption
nickcv/yii2-encrypter
548401 Downloads
Openssl Encrypter for Yii2
johnathanmiller/secure-env-php
49196 Downloads
Encrypt environment files for production use.
jan2000/ffxradix
285497 Downloads
The Scheme FFX[radix] of the FFX Mode of Operation for Format-Preserving Encryption
ionux/phactor
53607 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
13403 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
99885 Downloads
A PHP security library
mrgswift/laravel-encryptenv
36473 Downloads
Laravel Environment Variable Encryption
paragonie/easyrsa
243547 Downloads
Simple and secure asymmetric encryption powered by PHPSecLib
stymiee/php-simple-encryption
6367 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.
magros/laravel-model-encryption
47159 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.