Libraries tagged by encryption key
compellio/eloquent-aes
1 Downloads
A Laravel Eloquent package to allow for model attribute encryption, using a seperate key
samihsoylu/cipher-suite-php
8 Downloads
A lightweight PHP wrapper for the Defuse PHP-Encryption library, designed to simplify key management, session key encoding, and data encryption/decryption. Ideal for developers looking for an easy-to-integrate cryptographic solution.
novay/kunci
18 Downloads
Core Laravel package for secure encryption/decryption with pluggable key management drivers (file-based, Cloud KMS or Hardware Token/HSM/PKCS#11).
jsoltani/js-rsa-crypt
23 Downloads
Data encryption using public and private keys.
dmamontov/rsacrypt
925 Downloads
Data encryption using public and private keys.
univeros/security
205 Downloads
Cryptographic primitives for key derivation (HKDF, PBKDF2), symmetric encryption, and timing-safe MAC verification.
hdelacerna/php-crypto-utils
0 Downloads
A lightweight PHP library for AES-256-CBC encryption/decryption using OpenSSL-compatible key derivation and formatting.
admicro/kms-client
108 Downloads
KMS is a key management system for data encryption, decryption, signing and verification
jklz/database-helper
41 Downloads
extends of illuminate/database and illuminate/encryption to handle field data stored in json and encrypted. encrypted via $_ENV[CRYPT.KEY]
darbe/laravel-secure-payload
11 Downloads
Reusable secure payload encryption and decryption using client_id and secret_key
alphasoft-fr/ascrypto-php
98 Downloads
ASCrypto is an encryption library that offers a secure solution for encrypting and decrypting data using only a password, eliminating the need for key management.
spatie/crypto
851204 Downloads
Encrypting and signing data using private/public keys
justmd5/crypto
6516 Downloads
Encrypting and signing data using private/public keys
rawilk/laravel-app-key-rotator
11406 Downloads
Rotate app keys around while re-encrypting data.
sumeetghimire/encrypt-decrypt-with-key
37 Downloads
A Laravel package for encrypting and decrypting strings with a key (Fixed: Prevents repeated key generation)