Libraries tagged by data encryption
paperscissorsandglue/laravel-encryption-at-rest
130 Downloads
Laravel package for encrypting sensitive data at rest and decrypting it when in use - useful for GDPR, HIPAA, and other compliance requirements
cellulant/checkout_encryption
1445 Downloads
Create an encryption endpoint and use it to encrypt the express checkout data.
arraypress/wp-encryption-utils
18 Downloads
A simple utility library for encrypting and decrypting WordPress data including options, settings, meta, and transients.
hobocta/encrypt
24 Downloads
Easy way to use data encryption
hernandev/laravel-aead
23 Downloads
Advanced Encryption with Associated Data (AEAD) for Laravel.
drnasin/mysql-pdo-secure-session-handler
5 Downloads
Mysql secure session handler with openssl encryption of session data and 'per session' based lifetime.
shakib/cakephp-encrypt-decrypt
126 Downloads
A CakePHP plugin to encrypt data and save in database and also to decrypt data when fethcing from database. You can also encrypt or decrypt all historical data.
ramazancetinkaya/obscura
2 Downloads
A multi-round polynomial-based encryption layer on top of AES-256 for enhanced security, without requiring GMP.
khorshid/wp-encrypt
217 Downloads
Encrypts and decrypts data using the WordPress SALT and OpenSSL
ionux/php-asn1-library
10 Downloads
This project aims to provide a complete PHP library for the encoding and decoding of ASN.1 DER encoded data. The OID class provides for the identification of ASN.1 object identifiers.
hamoi1/eloquent-encryptable
129 Downloads
This package provides a way to encrypt and decrypt the data in the database using the Hill Cipher algorithm.
codelieutenant/laravel-crypto
152 Downloads
Laravel Crypto is a package that provides a simple and easy to use API for encrypting, decrypting, hashing, and signing data using the latest PHP and Laravel features.
claudye/php-crypter
51 Downloads
Secure the data of your websites by encrypting them. They will be decrypted only in your applications with your secret key
iamjohndev/phpencryption
6 Downloads
PHPSecryption is a PHP class that provides encryption and decryption functionality using the OpenSSL library. It uses the Advanced Encryption Standard (AES) algorithm in Cipher-Block Chaining (CBC) mode for secure data encryption.
archwisp/php-crypt
29 Downloads
Simple Data Encryption Library For PHP 5.3+