Libraries tagged by openssl
miladrahimi/phpcrypt
60965 Downloads
Encryption, decryption, and hashing tools for PHP projects
legierski/aes
37375 Downloads
OpenSSL-compatible AES library
hemiframe/php-aes
23690 Downloads
PHP class for encrypt and decrypt data with AES algorithm
ebics-api/ebics-client-php
1437 Downloads
PHP library to communicate with bank through EBICS protocol.
davmixcool/cryptman
33882 Downloads
A Two-way encryption manager using the OpenSSL library
combodo/doctrine-encrypt-bundle
71450 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
1171 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
2018 Downloads
Missing OpenSSL function on PHP to create CRL (certificate revocation list) for CA
ssimpson/yii2-opensslca
30573 Downloads
This extension provides an easy interface to implement your own CA in the Yii2 framework.
psx/openssl
42457 Downloads
OpenSsl wrapper library
pensiero/php-openssl-cryptor
53733 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
stymiee/password-helper
7797 Downloads
A PHP library that makes using best practices with passwords easy by default
poly-crypto/poly-crypto
7339 Downloads
High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+
mpyw/easycrypt
2180 Downloads
A class that provides simple interface for decryptable encryption.
martinusso/opencrypt
19926 Downloads
Two-way encryption (encrypt and decrypt) data using PHP with OpenSSL