Parent Directory
|
Revision Log
|
Revision Graph
Initial commit: The salt module allows for Drupal passwords to be 'salted' - an internal string is appended to the password prior to storage - making them less prone to dictionary attacks, rainbow tables and the like.
| 1 | ; $Id$ |
| 2 | name = Salt |
| 3 | description = Improve password security by appending a salt string. |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |