Libraries tagged by openssl_encrypt
defuse/php-encryption
174209068 Downloads
Secure PHP Encryption Library
acmephp/acmephp
159242 Downloads
Let's Encrypt client written in PHP
mmeyer2k/dcrypt
789435 Downloads
A petite library of encryption functionality for PHP
acmephp/core
1023147 Downloads
Raw implementation of the ACME protocol in PHP
nickcv/yii2-encrypter
677321 Downloads
Openssl Encrypter for Yii2
vlucas/pikirasa
104728 Downloads
PKI public/private RSA key encryption using the OpenSSL extension
miladrahimi/phpcrypt
74985 Downloads
Encryption, decryption, and hashing tools for PHP projects
blocktrail/cryptojs-aes-php
518386 Downloads
Small openssl_encrypt/decrypt wrapper to be compatible with CryptoJS.AES
pensiero/php-openssl-cryptor
105106 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
stymiee/php-simple-encryption
9109 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
59378 Downloads
A Two-way encryption manager using the OpenSSL library
hemiframe/php-aes
31286 Downloads
PHP class for encrypt and decrypt data with AES algorithm
evit/php-gm-crypto
4452 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.
nmure/encryptor
23640 Downloads
PHP data encryptor using open_ssl
firmaprofesional/doctrine-encrypt-bundle
41520 Downloads
Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).