Libraries tagged by 256
fixer112/encrypter
6 Downloads
Simple AES-256-CBC encrypter decrypter
davodm/dgcrypt-php
9 Downloads
A simple PHP library for encryption and decryption using AES-256-CBC to be usable in different language/devices.
cast/skein
20 Downloads
Skein-256 pure PHP based on https://github.com/shift-reality/php-crypto
cast/sha2
5 Downloads
Transparent SHA2-256 Implementation for PHP. Based on https://github.com/spipremix/ecrire/blob/master/auth/sha256.inc.php
cast/aes
16 Downloads
AES-256-ECB (Rijndael-128) pure PHP demo.
carry0987/sharp
32 Downloads
A PHP library for generating signed and encrypted URLs for image processing with Sharp-API, using AES-256-GCM and HMAC-SHA256
carry0987/filetree
8 Downloads
A PHP library for generating signed and encrypted URLs with FileTree-API, using AES-256-GCM and HMAC-SHA256
bigb06/phpcypherfile
10 Downloads
A PHP library for encrypting and decrypting files using the AES-256-CBC algorithm.
barseghyanartur/ska
319 Downloads
Sign data using symmetric-key algorithm encryption. Validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Custom hash algorithms are allowed. Useful shortcut functions for signing (and validating) dictionaries and URLs.
surgiie/vault-cli
85 Downloads
A PHP command-line interface for storing encrypted `AES-256` or `AES-128` json data using an encryption key derived from a master password.