File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ VERSION 1.0.2 - 2020-07-15
2+ -----------------------------------------------------------------------------------------------------------------------
3+ Added VERSION to assist with determining which default cipher was/is being used
4+ Made cipher classes final as they should never be extended
5+ Made exception classes final as they should never be extended
6+
7+
18VERSION 1.0.1 - 2020-06-14
29-----------------------------------------------------------------------------------------------------------------------
310PSR-12 compliant
411var_dump() on the encryption object will now provide the cipher name, block_size, and IV length (could be zero)
5- Fallback IV generator uses a more stronger crypto friendly random number function
12+ Fallback IV generator uses a stronger crypto friendly random number function
613Updated HELP and support documentation
714Added Github actions support in composer.json file (i.e. composer scripts)
815
You can’t perform that action at this time.
0 commit comments