Skip to content

PHP Simple Encryption 1.0.1

Compare
Choose a tag to compare
@stymiee stymiee released this 14 Jun 12:43
· 69 commits to master since this release

PSR-12 compliant. var_dump() on the encryption object will now provide the cipher name, block_size, and IV length (could be zero). Fallback IV generator uses a more stronger crypto friendly random number function. Updated HELP and support documentation. Added Github actions support in composer.json file (i.e. composer scripts).