Libraries tagged by encryption key
mufasil/laravel_model_keys_encryption
1 Downloads
This package is to encrypt the keys like 'Id' of your database.
bespredel/encryption-form
24 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
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.
lcherone/encryption
30 Downloads
A sha256 HMAC key, RIJNDAEL_256 AES CBC @ 1024 cost encryption class
dmiksa/php-encryption
3 Downloads
Secure PHP Encryption Library
comandi/encryption
1261 Downloads
Helper library for encrypting data with a key hierarchy. Uses libsodium.
arahnid/encryption
29 Downloads
Powerful tool to encrypt data or use it as End-to-End technology
3615/keybase-proof-bundle
0 Downloads
Keybase Proof Integration with your website
wubinworks/module-jwt-auth-patch
4 Downloads
Fix the JWT authentication vulnerability on certain Magento 2 versions. Deny tokens issued by old encryption key. If you cannot upgrade Magento or cannot apply the official patch, try this one.
pimenvibritania/hash-stretcher
12 Downloads
Stretching the hash encryption key with hash integration
syntaxseed/libsodium
43 Downloads
A wrapper/facade class for PHP's Libsodium extension functions. Covers symmetric and public key encryption functions.