Libraries tagged by decrypter
stymiee/php-simple-encryption
9570 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
58225 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
pensiero/php-openssl-cryptor
112626 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
magros/laravel-model-encryption
54622 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
3716 Downloads
This is a PHP library for sm2 encrypt decrypt and sm3 hash
exonet/securemessage
29657 Downloads
Encrypt and decrypt messages in a secure way.
evit/php-gm-crypto
4687 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.
delatbabel/elocryptfive
93356 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
ahsankhatri/cryptolib-php
71429 Downloads
A library to encrypt or decrypt with random password generator based on secret key defined.
tiknil/file-vault
5575 Downloads
teakowa/cryptomute
28588 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
precision-soft/symfony-doctrine-encrypt
2784 Downloads
Symfony bundle providing transparent AES-256 encryption for Doctrine ORM entity fields via custom DBAL types
poly-crypto/poly-crypto
8162 Downloads
High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+
nmure/encryptor
23822 Downloads
PHP data encryptor using open_ssl
martinusso/opencrypt
20782 Downloads
Two-way encryption (encrypt and decrypt) data using PHP with OpenSSL