Libraries tagged by encrypte
virgil/purekit
233 Downloads
Virgil Security introduces an implementation of the Password-Hardened Encryption (PHE) protocol that provides developers with a technology to protect users passwords from offline/online attacks and make stolen passwords useless even if your database has been compromised.
tinymeng/enphp
22 Downloads
a Open Source PHP Code Confusion + Encryption Project
rawilk/laravel-app-key-rotator
11311 Downloads
Rotate app keys around while re-encrypting data.
qinqw/php-crypto
42 Downloads
Provides an easy and secure way to encrypt/decrypt data with PHP using the Symmetric Cryptography method.(DES,RSA)
pogo-php/pogoencrypt-php
118 Downloads
Pure PHP implementation of Pokemon Go encrypt.c
paragonie/hpke
5 Downloads
Hybrid Public-Key Encryption (RFC 9180) for PHP
owenmelbz/illumipress
256 Downloads
Simple wrapper for the illuminate support, http response, request, validation, zttp, cache, encryption, blade templating and whoops error handler for WordPress
oire/iridium
163 Downloads
Iridium, a security library for hashing passwords, encrypting data and managing secure tokens.
noorani-mm/encoder-algorithm
10 Downloads
This package provides a simple encryption and decryption functionality for securing sensitive information in your PHP applications. It offers easy-to-use methods for encrypting plaintext data into ciphertext and decrypting ciphertext back into its original plaintext form.
netkiller/safenet-php
6 Downloads
This tools provide you useful function to encrypt/decrypt string.
kelunik/aerys-acme
5 Downloads
Encrypting TLS hosts automatically using ACME to issue certificates.
jcarrillocallao/jose
248 Downloads
JSON Object Signing and Encryption library for PHP.
ivannofick/laravelminifyobfuscate
199 Downloads
Obfuscate your Blade templates in Laravel by encrypting HTML, CSS, and JS into one HTML file.
igirid/parrallex
62 Downloads
Encryption and decryption algorithms for parrallex
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.