Libraries tagged by openssl_encrypt
defuse/php-encryption
129965008 Downloads
Secure PHP Encryption Library
acmephp/acmephp
142673 Downloads
Let's Encrypt client written in PHP
mmeyer2k/dcrypt
529404 Downloads
A petite library of encryption functionality for PHP
acmephp/core
811696 Downloads
Raw implementation of the ACME protocol in PHP
nickcv/yii2-encrypter
522271 Downloads
Openssl Encrypter for Yii2
vlucas/pikirasa
87412 Downloads
PKI public/private RSA key encryption using the OpenSSL extension
blocktrail/cryptojs-aes-php
362019 Downloads
Small openssl_encrypt/decrypt wrapper to be compatible with CryptoJS.AES
combodo/doctrine-encrypt-bundle
72615 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl
stymiee/php-simple-encryption
5896 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.
davmixcool/cryptman
35915 Downloads
A Two-way encryption manager using the OpenSSL library
mpyw/easycrypt
2494 Downloads
A class that provides simple interface for decryptable encryption.
miladrahimi/phpcrypt
61872 Downloads
Encryption, decryption, and hashing tools for PHP projects
hemiframe/php-aes
24610 Downloads
PHP class for encrypt and decrypt data with AES algorithm
legierski/aes
38395 Downloads
OpenSSL-compatible AES library
evit/php-gm-crypto
1681 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.