[Help] Password Hash
#2

Is this wrong? Your output is inputtext.
Код:
hhash(H_SHA256,  inputtext, inputtext, 129);
You could try this:

Код:
new hashed[H_SHA256_LEN];//you have constant for output size?
hhash(H_SHA256,inputtext,hashed,H_SHA256_LEN);
Reply


Messages In This Thread
[Help] Password Hash - by Jajetin - 15.10.2013, 19:37
Re: [Help] Password Hash - by TryCatch - 16.10.2013, 12:33

Forum Jump:


Users browsing this thread: 1 Guest(s)