Libraries tagged by 256
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
84 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.