Alvise Nicoletti
2007-07-03 13:17:39 UTC
Hi to all... did anyone never heard how to implement crypt and sha1
functions of php inside delphi/lazarus?
My problem is the "salt" used in the crypt function, cause I'm already
able to create a md5 succesfully...
That is an example of code about them in php:
define ("CRYPT_MD5",1);
[...]
$c=crypt($pg,$s); // CRYPT DI pg in base a s
$code=sha1($TEXT.$DEST)
functions of php inside delphi/lazarus?
My problem is the "salt" used in the crypt function, cause I'm already
able to create a md5 succesfully...
That is an example of code about them in php:
define ("CRYPT_MD5",1);
[...]
$c=crypt($pg,$s); // CRYPT DI pg in base a s
$code=sha1($TEXT.$DEST)