Changeset 1160
- Timestamp:
- 08/15/01 04:25:27 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/developers/genpasswd.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/developers/genpasswd.pl
r652 r1160 12 12 if ($salt2 > 90) { $salt2+=7; } 13 13 $salt= pack("cc",$salt1, $salt2); 14 print "This program will generate an encrypted version of your CVS password.\n"; 15 print "Enter your CVS password below.\n"; 14 16 system "stty -echo"; 15 17 print "Password: "; … … 24 26 $passwd=crypt($word, $salt); 25 27 print "Here is your encrypted password: $passwd\n"; 26 28 print "Send this encrypted password to phil\@netroedge.com\n"; 29 print "with your requested username.\n"; 30 print "Please specify whether you want access to i2c, lm_sensors, or both.\n"; 31 print "Please also indicate what area of the project you wish to work on.\n";
