View previous topic :: View next topic |
Author |
Message |
derek -
Joined: 10 Oct 2003 Posts: 14
|
Posted: Sun Dec 14, 2003 5:08 am Post subject: MD5 and password encryption |
|
|
i want to write a script allowing users to create their own account. From what I understand, abyss uses MD5 encryption? If not, what type of encryption does it use for users passwords encryption?
Thanks, Derek |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Sun Dec 14, 2003 5:25 am Post subject: |
|
|
MD5 encryption in the form of usename:password to create the hash.
e.g. user Anonymoose
password changeme
Anonymoose + : + changeme is md5'd to create the password. Hash should be
f6f81e1536e9c7c00675690eb7e79f58
Server will require a restart on creating a new user though... |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
|
Back to top |
|
 |
|