Libraries tagged by envcrypt
ionux/phactor
53024 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
13341 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
99726 Downloads
A PHP security library
tuupola/branca
263925 Downloads
Authenticated and encrypted API tokens using modern crypto.
nick322/secure-spreadsheet
124928 Downloads
Encrypt and password protect sensitive XLSX files
paragonie/easyrsa
243383 Downloads
Simple and secure asymmetric encryption powered by PHPSecLib
vmelnik/doctrine-encrypt-bundle
75908 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm
stymiee/php-simple-encryption
6276 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.
sagalbot/encryptable
47564 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
magros/laravel-model-encryption
46901 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
laravel/legacy-encrypter
135966 Downloads
The legacy version of the Laravel mcrypt encrypter.
hyperf-ext/encryption
50271 Downloads
The Hyperf Encryption package.
codezero/encrypter
80947 Downloads
Encrypt and decrypt strings in PHP.
chr15k/laravel-mysql-encrypt
7633 Downloads
Laravel database encryption using native MySQL functions
web-token/jwt-encryption-algorithm-pbes2
681636 Downloads
PBES2* Based Key Encryption Algorithms the JWT Framework.