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 | |
| 3 | Overview |
| 4 | -------- |
| 5 | The salt module allows for Drupal passwords to be 'salted' - an internal string |
| 6 | is appended to the password prior to storage - making them less prone to |
| 7 | dictionary attacks, rainbow tables and the like. |
| 8 | |
| 9 | Author(s) |
| 10 | --------- |
| 11 | Karthik Kumar / Zen / |gatsby| : http://drupal.org/user/21209 |
| 12 | |
| 13 | Links |
| 14 | ----- |
| 15 | Project page: http://drupal.org/project/salt |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |