Skip to content

Releases: gilfether/phpcrypt

phpCrypt Version 0.5.1

09 May 05:37
Compare
Choose a tag to compare
Pre-release

Fixed error message bug in Rijndael.php found by tcely

Fixed function call typo in Rijndael128.php constructor from blockSizeSize() to blockSize()

phpCrypt Version 0.5

19 Sep 03:23
Compare
Choose a tag to compare
phpCrypt Version 0.5 Pre-release
Pre-release

Many new features and bug fixes. Added CAST-128 and CAST-256 encryption ciphers. Corrected CTR mode to make it compatible with mCrypt's CTR mode. Added a helper function to create secure random keys. View the CHANGELOG for the complete list of updates in this release.

phpCrypt Version 0.4

21 Jul 23:51
Compare
Choose a tag to compare
phpCrypt Version 0.4 Pre-release
Pre-release

Added support for Microsoft's CAPICOM SDK on Windows which allows Windows users to use a more secure random number generator when creating IV's. Added the 3Way cipher. Bug fixes and speed enhancements throughout the API.

phpCrypt Version 0.3.2

19 Jul 18:20
Compare
Choose a tag to compare
Pre-release

The previous version 0.3.1 had some incomplete files included and may not work properly. This version addresses those issues, as well as includes fixes in the example files. Also, there are some changes to function names for a more consistent function naming convention across the API.

phpCrypt Version 0.3.1

19 Jul 02:43
Compare
Choose a tag to compare
Pre-release

Addresses an issue in how the Initialization Vector is set and used in the mode during encryption and decryption.

phpCrypt Version 0.3

14 Jul 04:47
Compare
Choose a tag to compare
phpCrypt Version 0.3 Pre-release
Pre-release

phpCrypt version 0.3. Blowfish encryption has been added to this release in addition to the other supported ciphers. There have been several speed improvements, and bug fixes.