Libraries tagged by openlss
ext-openssl
Downloads
windwalker/crypt
84200 Downloads
Windwalker Crypt package
stymiee/php-simple-encryption
5983 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.
mpyw/easycrypt
2880 Downloads
A class that provides simple interface for decryptable encryption.
miladrahimi/phpcrypt
62170 Downloads
Encryption, decryption, and hashing tools for PHP projects
legierski/aes
38656 Downloads
OpenSSL-compatible AES library
hemiframe/php-aes
24940 Downloads
PHP class for encrypt and decrypt data with AES algorithm
davmixcool/cryptman
37012 Downloads
A Two-way encryption manager using the OpenSSL library
combodo/doctrine-encrypt-bundle
73032 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
evit/php-gm-crypto
1863 Downloads
Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.
ukrbublik/openssl_x509_crl
2044 Downloads
Missing OpenSSL function on PHP to create CRL (certificate revocation list) for CA
psx/openssl
43194 Downloads
OpenSsl wrapper library
pensiero/php-openssl-cryptor
58005 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
gmtls/openssl-crypto-kit
530 Downloads
A modern and extensible PHP cryptography toolkit powered by OpenSSL.
stymiee/password-helper
8644 Downloads
A PHP library that makes using best practices with passwords easy by default