Skip to content

1.0.0 Release

Compare
Choose a tag to compare
@mmeyer2k mmeyer2k released this 20 Feb 05:03
· 382 commits to master since this release

Latest and greatest release of Dcrypt with a cleaner API and support for AES-CTR mode.

Upgrade Notes

  1. 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.
  2. \Dcrypt\Random::get() has been renamed to \Dcrypt\Random::bytes().