Libraries tagged by decryot
jdforsythe/elocryptlumen
1642 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
jarir-ahmed/data-encryption-utility
10 Downloads
A simple and secure data encryption/decryption utility for PHP.
janfish/security
11 Downloads
Encrypt、Decrypt、Sign、Verify with RSA
involix/elocrypt
280 Downloads
Easily encrypt/decrypt Eloquent attributes in Laravel 5/6/7/8
intrd/php-mcrypt256cbc
74 Downloads
PHP - Secure Encryption & Decryption Made Easy with PHP, MCrypt, Rijndael-256, and CBC
initphp/encryption
204 Downloads
PHP OpenSSL/Sodium Encryption and Decryption
imhayatunnabi/laravel-hashes
0 Downloads
A Laravel package for automatic encryption and decryption of model attributes
iknowitza/vault
42 Downloads
Encrypts and Decrypts uploaded files for a laravel application..
iamxid/iamx-wallet-pro
0 Downloads
This package allows users to use the IAMX wallet to authenticate into a laravel project and sign, verify, encrypt and decrypt data using the IAMX identity wallet.
i2crm/psr-7-stream-hkdf
6 Downloads
Encrypting and decrypting streams
hvnlabs/php-crypttor
26 Downloads
A simple php library to deal with encrypting and decrypting strings using OpenSSL or MCrypt
huubl/g-recaptcha
4 Downloads
Provides a form field which allows form to validate for non-bot submissions by giving them a challenge to decrypt an image.
hunnomad/wizard
12 Downloads
A simple PHP encryption and decryption utility.
hgacreative/encryptable
10 Downloads
A useful trait for Laravel models to leverage to encrypt/decrypt sensitive data on the fly
hejunjie/encrypted-request
2 Downloads
PHP 请求加密工具包,支持 AES 解密、签名与时间戳验证,快速实现前后端安全通信 | PHP encryption toolkit for AES decryption, signature, and timestamp verification, enabling fast and secure front-to-backend communication. Front-end npm package generates encrypted request parameters without changing existing APIs