Releases: mmeyer2k/dcrypt
Releases · mmeyer2k/dcrypt
Minor fix to random::shuffle
Use override safe substr call instead.
Update docblock for function
BC breaking changes to Hash and OTP
Improvements to the encryption code in Otp
are b/c breaking. Because Hash
relies on this, it also has b/c breaking changes. It's for the best!
Added array shuffling feature
Added array shuffling feature and unit tests for it.
Make encryption safer
Throw exception if some kind of error happens inside of the php encryption functions.
3.0.0
Minor changes
This tag addresses some minor flaws and fixes a test.
2.x
Minor improvements
A few minor changes to improve logical flow.
1.0.0 Release
Latest and greatest release of Dcrypt with a cleaner API and support for AES-CTR mode.
Upgrade Notes
- Support for block ciphers returning false has been removed.
\Dcrypt\AesExp
has been removed in favor of\Dcrypt\Aes
. All block ciphers always throw an exception now. \Dcrypt\Random::get()
has been renamed to\Dcrypt\Random::bytes()
.
Added the AesExp class
- Adds the AesExp class which throws an exception instead of returning false upon detecting malformed cyphertexts.
- Updated unit tests.
- Updated documentation.
- Confirms PHP 7.0 compatibility.