Libraries tagged by decrypted
openlss/lib-crypt
57687 Downloads
Shorthand library for using AES encryption provided by PHP-Mcrypt
nowo-tech/doctrine-encrypt-bundle
2903 Downloads
Encrypt Doctrine entity fields at rest with Halite, Defuse, or MySQL-compatible MysqlAes. Symfony 7|8 bundle for field-level encryption, GDPR-friendly, multiple keys, key rotation.
noprotocol/php-mysql-aes-crypt
91741 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
mukto90/ncrypt
14280 Downloads
A simple PHP class to encrypt a string and decrypt an encrypted string
mpyw/easycrypt
5256 Downloads
A class that provides simple interface for decryptable encryption.
lekoala/silverstripe-encrypt
12786 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
irfa/php-sn-generator
5734 Downloads
"Serial number generator for web aplication"
hemiframe/php-aes
31586 Downloads
PHP class for encrypt and decrypt data with AES algorithm
camcima/dukpt-php
154233 Downloads
DUKPT implementation in PHP
mastercard/client-encryption
102935 Downloads
Library for Mastercard API compliant payload encryption/decryption.
austinheap/laravel-database-encryption
76188 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
stymiee/php-simple-encryption
9393 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
57992 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
pensiero/php-openssl-cryptor
110028 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
magros/laravel-model-encryption
54528 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.