Libraries tagged by decryot
hemiframe/php-aes
26788 Downloads
PHP class for encrypt and decrypt data with AES algorithm
gmtls/openssl-crypto-kit
9923 Downloads
A modern and extensible PHP cryptography toolkit powered by OpenSSL.
davmixcool/cryptman
41310 Downloads
A Two-way encryption manager using the OpenSSL library
camcima/dukpt-php
149911 Downloads
DUKPT implementation in PHP
mastercard/client-encryption
89436 Downloads
Library for Mastercard API compliant payload encryption/decryption.
stymiee/php-simple-encryption
6398 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
47823 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
richardstyles/eloquentencryption
12231 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
privatebin/privatebin
83 Downloads
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of stored data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).
magros/laravel-model-encryption
47306 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
latzou/sm2
1327 Downloads
This is a PHP library for sm2 encrypt decrypt and sm3 hash
exonet/securemessage
20352 Downloads
Encrypt and decrypt messages in a secure way.
dwgebler/encryption
5827 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
92065 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
codezero/encrypter
82420 Downloads
Encrypt and decrypt strings in PHP.