root/fCryptography.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @763 [763] 03/09/10 01:36:27 wbond Fixed ticket #399 - changed fCryptography::seedRandom() to pass a …
(edit) @713 [713] 10/06/09 13:14:50 wbond SECURITY FIX: fixed issue with fCryptography::random() and …
(edit) @709 [709] 10/05/09 13:55:39 wbond Fixed ticket #326 - changed fCryptography::symmetricKeyEncrypt() to throw …
(edit) @599 [599] 06/09/09 13:57:28 wbond Fixed fCryptography to gracefully handle CAPICOM.Utilities.1 failures on …
(edit) @577 [577] 05/21/09 08:33:52 wbond Updated documentation to indicate when methods will throw the exception in …
(edit) @514 [514] 02/16/09 23:07:19 wbond BackwardsCompatibilityBreak - fCore::getOS() and fCore::getPHPVersion()
(edit) @501 [501] 01/26/09 23:54:06 wbond Changed @ error suppression operators to error_reporting() calls
(edit) @498 [498] 01/26/09 08:35:06 wbond BackwardsCompatibilityBreak - changed fCryptography::symmetricKeyEncrypt()
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @388 [388] 11/13/08 20:28:10 wbond BackwardsCompatibilityBreak - fCore::toss() was removed and all exceptions …
(edit) @315 [315] 10/19/08 00:32:49 wbond More API documentation updates
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(edit) @256 [256] 09/30/08 23:07:42 wbond Fixed a few visibility issues with fCryptography
(edit) @241 [241] 09/26/08 09:12:39 wbond Added fCryptography::publicKeySign() and fCryptography::publicKeyVerify()
(edit) @231 [231] 09/19/08 07:55:31 wbond Changed fCryptography to use the OS random number generator as a seed when …
(edit) @230 [230] 09/17/08 21:28:17 wbond Fixed some phpdocs that explicitly referenced the class they were inside …
(edit) @217 [217] 09/13/08 09:53:01 wbond BackwardsCompatibilityBreak - fCryptography::generateRandomString() was …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from security/fCryptography.php:
(edit) @183 [183] 08/31/08 10:55:12 wbond Fixed some code formatting