Problem with DES
Posted: Mon Nov 21, 2005 12:35 pm
When I run this codeit returns papAq5PwY/QQM but when I create a password using crypt on a webserver, any webserver it results in cGyUX9QugYMgE
So what am I doing wrong here? Trying to create passwords for a htpasswd file.
Code: Select all
String.s = "password"
Debug "DES: " + DESFingerprint(String.s, Mid(String.s,1,2))So what am I doing wrong here? Trying to create passwords for a htpasswd file.