Libraries tagged by decrypt
legierski/aes
37404 Downloads
OpenSSL-compatible AES library
davmixcool/cryptman
33894 Downloads
A Two-way encryption manager using the OpenSSL library
camcima/dukpt-php
147601 Downloads
DUKPT implementation in PHP
mastercard/client-encryption
83257 Downloads
Library for Mastercard API compliant payload encryption/decryption.
stymiee/php-simple-encryption
5669 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.
sagalbot/encryptable
44211 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
richardstyles/eloquentencryption
11264 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
privatebin/privatebin
75 Downloads
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).
magros/laravel-model-encryption
44129 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
exonet/securemessage
17960 Downloads
Encrypt and decrypt messages in a secure way.
evit/php-gm-crypto
1186 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.
dwgebler/encryption
5219 Downloads
Encryption wrapper for PHP which uses libsodium to provide a simple API for symmetric and asymmetric encryption, decryption, digital signing and message authentication.
delatbabel/elocryptfive
91447 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
ahsankhatri/cryptolib-php
60647 Downloads
A library to encrypt or decrypt with random password generator based on secret key defined.
teakowa/cryptomute
26771 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).