Libraries tagged by decryot
brainstud/file-vault
28232 Downloads
mastercard/client-encryption
76813 Downloads
Library for Mastercard API compliant payload encryption/decryption.
loostro/cryptomute
25212 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
austinheap/laravel-database-encryption
75759 Downloads
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
stymiee/php-simple-encryption
4868 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
sagalbot/encryptable
42533 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
richardstyles/eloquentencryption
10466 Downloads
Allow Eloquent attributes to be encrypted and decrypted using a RSA 4096-bit private keys.
privatebin/privatebin
70 Downloads
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).
magros/laravel-model-encryption
41378 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
dwgebler/encryption
4200 Downloads
Encryption wrapper for PHP which uses libsodium to provide a simple API for symmetric and asymmetric encryption, decryption, digital signing and message authentication.
delatbabel/elocryptfive
90794 Downloads
Automatically encrypt and decrypt Eloquent attributes with ease.
codezero/encrypter
68089 Downloads
Encrypt and decrypt strings in PHP.
ahsankhatri/cryptolib-php
57893 Downloads
A library to encrypt or decrypt with random password generator based on secret key defined.
teakowa/cryptomute
26155 Downloads
Encrypt numeric data (binary, decimal, hex) preserving it's format (eg. 16-digits card number to 16-digits encrypted number).
poly-crypto/poly-crypto
7142 Downloads
High-level cryptographic functions that are interoperable between NodeJS and PHP 7.1+