Ticket Details

Proper password hashing functions

ENHANCEMENT Ticket (closed)

The relevant code is in my uuid branch:

<http://rad-dev.org/forks/ddebernardy/lithium/commits/view/2f171d3aa3c36382d629581a704684096b6000e3>

<http://rad-dev.org/forks/ddebernardy/lithium/commits/view/292467c1839e92e47aef287cdc8648b9496b1cbe>

Please get the entire branch checked in, so I can look into implementing nonces (#141).
on 08.27.10 reported by: ddebernardy owned by: nate

Updates

on 08.27.10 by ddebernardy
Full source of the current file, which is probably more readable:

<http://rad-dev.org/forks/ddebernardy/lithium/source/branches/uuid/libraries/lithium/util/String.php>

New and changed methods are the various random and password hashing related functions, including uuid generation.
(fixed) on 04.05.11 by nate
  • owner was changed to nate
  • status was changed to closed
  • resolution was changed to fixed
This has been implemented. Thanks for the patch.