Libraries tagged by openssl_decrypt
payu/apple-pay
1017717 Downloads
ApplePay Token Decoder
miladrahimi/phpcrypt
75120 Downloads
Encryption, decryption, and hashing tools for PHP projects
blocktrail/cryptojs-aes-php
518913 Downloads
Small openssl_encrypt/decrypt wrapper to be compatible with CryptoJS.AES
pensiero/php-openssl-cryptor
105740 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
mpyw/easycrypt
5143 Downloads
A class that provides simple interface for decryptable encryption.
hemiframe/php-aes
31307 Downloads
PHP class for encrypt and decrypt data with AES algorithm
stymiee/php-simple-encryption
9161 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
59615 Downloads
A Two-way encryption manager using the OpenSSL library
evit/php-gm-crypto
4465 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.
bentools/shh
21920 Downloads
A PHP library to encrypt/decrypt secrets using OpenSSL.
martinusso/opencrypt
20624 Downloads
Two-way encryption (encrypt and decrypt) data using PHP with OpenSSL
poly-crypto/poly-crypto
8101 Downloads
High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+
fivelab/cryptography
22360 Downloads
Tools for encrypt and decrypt
firmaprofesional/doctrine-encrypt-bundle
41537 Downloads
Symfony2 bundle allows for the encrypting fields marked with annotations using Doctrine. Supports SQL(orm) and MongoDB(odm).
combodo/doctrine-encrypt-bundle
78369 Downloads
Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm, this fork make use of open ssl