Libraries tagged by decrypted
loostro/cryptomute
26382 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
austinheap/laravel-database-encryption
75901 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
stymiee/php-simple-encryption
5759 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
44906 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
magros/laravel-model-encryption
44482 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
18261 Downloads
Encrypt and decrypt messages in a secure way.
evit/php-gm-crypto
1386 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
5339 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
91544 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
ahsankhatri/cryptolib-php
61035 Downloads
A library to encrypt or decrypt with random password generator based on secret key defined.
teakowa/cryptomute
26812 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
poly-crypto/poly-crypto
7363 Downloads
High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+
openlss/lib-crypt
39888 Downloads
Shorthand library for using AES encryption provided by PHP-Mcrypt
nmure/encryptor-bundle
11136 Downloads
A Symfony Bundle for the nmure/encryptor library
nmure/encryptor
19777 Downloads
PHP data encryptor using open_ssl