Skip to content

Releases: gilfether/phpcrypt

phpCrypt Version 0.5.1

Pre-release

Choose a tag to compare

@gilfether gilfether released this 09 May 05:37

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

phpCrypt Version 0.5 Pre-release
Pre-release

Choose a tag to compare

@gilfether gilfether released this 19 Sep 03:23

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

phpCrypt Version 0.4 Pre-release
Pre-release

Choose a tag to compare

@gilfether gilfether released this 21 Jul 23:51

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

Pre-release

Choose a tag to compare

@gilfether gilfether released this 19 Jul 18:20

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

Pre-release

Choose a tag to compare

@gilfether gilfether released this 19 Jul 02:43

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

phpCrypt Version 0.3

phpCrypt Version 0.3 Pre-release
Pre-release

Choose a tag to compare

@gilfether gilfether released this 14 Jul 04:47

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.