myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [1983] trunk/doc/publicdata.txt: Updated publicda


From: noreply
Subject: [myexperiment-hackers] [1983] trunk/doc/publicdata.txt: Updated publicdata. txt to explain what and why a 'salt' is required.
Date: Tue, 18 Nov 2008 09:45:01 -0500 (EST)

Revision
1983
Author
drn05r
Date
2008-11-18 09:45:01 -0500 (Tue, 18 Nov 2008)

Log Message

Updated publicdata.txt to explain what and why a 'salt' is required.

Modified Paths

Diff

Modified: trunk/doc/publicdata.txt (1982 => 1983)


--- trunk/doc/publicdata.txt	2008-11-18 11:58:22 UTC (rev 1982)
+++ trunk/doc/publicdata.txt	2008-11-18 14:45:01 UTC (rev 1983)
@@ -9,7 +9,7 @@
 how to use the script.
 
 (1) Open lib/maintenance/GeneratePublicData.php in a editor and set the
-user, password, database, server and salt variables.  Also ensure that the path
+user, password, database, server and salt* variables.  Also ensure that the path
 of php is set correctly, this path is in the first line of the file.
 
 (2) If you are running the script of Linux ensure user execute privileges 
@@ -30,3 +30,8 @@
 (4) Once the script has finished it should have created a file entitled
 myexp_public.sql in the directory as the script.  Import this into an blank
 database (i.e. no data or tables) in your own copy of mysql.
+
+*salt is required to hash a user's ID in way which prevents someone from
+being able to work which hash corresponds to which user through a brute force 
+attack.  Salts should be treated like passwords, i.e. you don't tell anyone 
+else what salt you used and you choose something that is hard to guess.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]