Libraries tagged by decryot
nowo-tech/doctrine-encrypt-bundle
4738 Downloads
Symfony 7.4+|8 bundle to encrypt Doctrine entity fields at rest with Halite, Defuse, or MySQL-compatible MysqlAes (GDPR-friendly, multiple keys, key rotation).
noprotocol/php-mysql-aes-crypt
92490 Downloads
Encrypt/decrypt data in PHP to a format compatible with MySQL AES_ENCRYPT & AES_DECRYPT functions.
mukto90/ncrypt
14511 Downloads
A simple PHP class to encrypt a string and decrypt an encrypted string
mpyw/easycrypt
5440 Downloads
A class that provides simple interface for decryptable encryption.
lekoala/silverstripe-encrypt
13302 Downloads
Encrypted database fields and files for SilverStripe using CipherSweet
irfa/php-sn-generator
6066 Downloads
"Serial number generator for web aplication"
hemiframe/php-aes
31934 Downloads
PHP class for encrypt and decrypt data with AES algorithm
davmixcool/cryptman
63374 Downloads
A Two-way encryption manager using the OpenSSL library
camcima/dukpt-php
154321 Downloads
DUKPT implementation in PHP
brainstud/file-vault
32407 Downloads
mastercard/client-encryption
104554 Downloads
Library for Mastercard API compliant payload encryption/decryption.
stymiee/php-simple-encryption
9996 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
58611 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
privatebin/privatebin
174 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).
pensiero/php-openssl-cryptor
116232 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.