Page 1 of 1

Problem with DES

Posted: Mon Nov 21, 2005 12:35 pm
by GeoTrail
When I run this code

Code: Select all

String.s = "password"
Debug "DES: " + DESFingerprint(String.s, Mid(String.s,1,2))
it 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.