Libraries tagged by encryption key
kduma/simple-dal-encryption-contracts
80 Downloads
Simple DAL - Encryption key contracts and interfaces
bytesfield/key-manager
29 Downloads
Api Key Management for generating public and private key pairs storing and retrieving the master encryption key.
ranabd36/openssl-encryption
64 Downloads
Secure Laravel OpenSSL Public Key/Private Key Encryption Library
omidgfx/jwt-encryption-algorithm-ecdh-es
0 Downloads
ECDH-ES Based Key Encryption Algorithms the JWT Framework.
mufasil/laravel_model_keys_encryption
1 Downloads
This package is to encrypt the keys like 'Id' of your database.
bespredel/encryption-form
32 Downloads
A Laravel package to securely encrypt form fields on the client-side using public key encryption and decrypt them on the server-side using the private key.
netglue/zf2-encryption-module
25 Downloads
ZF2 Module that provides helpers for using Zend's RSA encryption library and managing keys
nauhand/laravel-data-encryption
12 Downloads
A Laravel package for data encryption and decryption using RSA keys
rinzler/user-encryption
1 Downloads
User asymmetric encryption wrapper using private and public keys for Crypton.
cyphera/keychain
0 Downloads
Pluggable key provider for the Cyphera encryption SDK
keystackapp/keystack-php-auth
4 Downloads
KeyStack PHP library for data encryption and decryption, and login handling.
wazza/laravel-db-encryption
0 Downloads
Production-ready Laravel package for secure, transparent encryption of sensitive model attributes with searchable hash indexes and key rotation support.
teqnifii/laravel-key-migration
4 Downloads
Rotate your Laravel keys and migrate your encrypted data to a new key.
nenglish7/encryption
0 Downloads
Lovell is the key to secure php applications. We use libsodium to provide modern cryptographic API to prevent side-channel attacks. This dependency requires the sodium extension.
mega6382/hab-encryption
20 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.