MD5 hashing
#1

I'd like to hash to strings. So my encryption must be:
md5(md5(string1).md5(string2))

Stuck at the last move. Need some help. Thanks
Reply
#2

format(string, sizeof(string), "%s.%s", md5(md5(string1), md5(string2)));

string will have your encrypted stuff.
Reply
#3

Ahh yea, I'm dumb, thanks :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)