Libraries tagged by aes_encrypt
dittertp/gibberish-aes-php
69535 Downloads
AES encryption library
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.
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.
richardstyles/eloquent-aes
38649 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
austinheap/laravel-database-encryption
76188 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
web-token/jwt-encryption-algorithm-aeskw
1455963 Downloads
AES Key Wrapping Based Key Encryption Algorithms the JWT Framework.
hemiframe/php-aes
31586 Downloads
PHP class for encrypt and decrypt data with AES algorithm
gregoryduckworth/encryptable
53613 Downloads
A simple trait to make attributes encrypted in the database
web-token/jwt-encryption-algorithm-aesgcmkw
789747 Downloads
AES GCM Key Wrapping Based Key Encryption Algorithms the JWT Framework.
keboola/php-encryption
95384 Downloads
Mcrypt wrapper. This library is deprecated in favor of https://github.com/defuse/php-encryption
ahsankhatri/cryptolib-php
71124 Downloads
A library to encrypt or decrypt with random password generator based on secret key defined.
openlss/lib-crypt
57687 Downloads
Shorthand library for using AES encryption provided by PHP-Mcrypt
mukto90/ncrypt
14280 Downloads
A simple PHP class to encrypt a string and decrypt an encrypted string
davmixcool/cryptman
61283 Downloads
A Two-way encryption manager using the OpenSSL library
xxtea/xxtea
43108 Downloads
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.