Directory inc/classes/main/crypto/

Directory Created:
2008-06-08 15:02
Directory Deleted:
2008-11-20 01:39
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/inc/classes/main/crypto

Lines of Code

inc/classes/main/crypto/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 22 (100.0%) 308 (100.0%) 14.0

Most Recent Commits

quix0r 2008-11-20 01:39 Rev.: 329

Moved to repository "core" (not yet fully setup!)

0 lines of code changed in 2 files:

  • inc/classes/main/crypto: .htaccess (del), class_CryptoHelper.php (del)
quix0r 2008-11-16 03:13 Rev.: 316

Typos fixed and special command resolver are now possible
- Two typos fixed: In terms like "if the" and "in the" >the< has been removed
- If a special "page" depending web command resolver is found it will be used
- Otherwise the default command resolver WebCommandResolver will be used as fall-back
- Some minor fixes
- TODO extended with a good "naming convention idea"

2 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+2 -2)
quix0r 2008-10-27 09:41 Rev.: 301

Assertion added to crypto helper (CAPTCHA might still be broken, why?)

5 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+5)
quix0r 2008-08-05 16:20 Rev.: 248

generateUniqueId() and more useless/deprecated methods removed, code speed-up, link helper improved

0 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (-6)
quix0r 2008-07-01 15:07 Rev.: 244

Minor code improvements:
- A lot else statements rewritten
- Typos fixed

5 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+5 -5)
quix0r 2008-06-28 21:54 Rev.: 229

Comment header cosmetics applied

1 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+1 -1)
quix0r 2008-06-27 20:28 Rev.: 219

More conventions than code added:
- Copyright line fixed (space added, sorry guys!)
- Doc tags fixed in a lot files
- Arrays send to exceptions are now all $msgArray called
- BaseHelper class now contains generic methods from WebFormHelper class
- BaseWebHelper added which holds "web-generic" methods and attributes
- Due to these changes, the WebFormHelper is now cleared from generic methods

3 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+3 -3)
quix0r 2008-06-24 23:29 Rev.: 211

Resorted...

6 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+6 -6)
quix0r 2008-06-24 23:27 Rev.: 210

Randomized garbage added

37 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+37 -1)
quix0r 2008-06-24 23:19 Rev.: 209

Garbage added to encrypted string

10 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+10 -3)
quix0r 2008-06-24 22:52 Rev.: 208

CAPTCHA support basicly finished (weak CAPTCHA!)

4 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+4)
quix0r 2008-06-22 18:00 Rev.: 196

The 'key' for encryption can now be taken from fixed or daily-changed extra salt

10 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+10 -2)
quix0r 2008-06-22 16:44 Rev.: 194

Graphical code CAPTCHA partly finished, crypto class supports encryption/decryption via mcrypt functions, assertions added

59 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+59 -11)
quix0r 2008-06-19 15:49 Rev.: 160

Update of last activitity and action in user added, refresh of auth cookies added

2 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+2 -2)
quix0r 2008-06-18 17:19 Rev.: 156

User login (non-guest) basicly finished, news stubs added, registration and final methods fixed

1 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+1)
quix0r 2008-06-13 00:51 Rev.: 145

Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataSet, login added with stubs

2 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+2 -2)
quix0r 2008-06-09 16:09 Rev.: 133

createUniqueID -> generateUniqueId renamed, dataset criteria added, registration stub finished, local database does now select and insert data

1 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+1 -1)
quix0r 2008-06-08 19:43 Rev.: 128

Comments fixed... ;) And pre/post filters for registrations now supported

1 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+1 -1)
quix0r 2008-06-08 15:41 Rev.: 127

Support for cluster added to RNG, hashPassword() finished for better hashes

35 lines of code changed in 1 file:

  • inc/classes/main/crypto: class_CryptoHelper.php (+35 -1)
quix0r 2008-06-08 15:02 Rev.: 125

Crypto helper and RNG added (weak!)

124 lines of code changed in 2 files:

  • inc/classes/main/crypto: .htaccess (new 1), class_CryptoHelper.php (new 123)
Generated by StatSVN 0.7.0