So I became curious to creating a better method of encryting passwords, Thats when I began testing.
Well what do you think?
Is there better methods?
As well is it possible to receive this when logging in?
password <- "Password";
function onScriptLoad()
{
local password = "Password";
LoadModule("lu_hashing");
print( "Encrypted text test: " + SHA1(password) + MD5(password) );
}
The output on print
SCRIPT: Encrypted text test:
8be3c943b1609fffbfc51aad666d0a04adf83c9ddc647eb65e6711e155375218212b3964