Md5 encryption algorithm
I have a bit of a problem with using md5 hashing
Md5 under amxx returns a 34 char string while php md5 returns a 32 char string. I need encryption for storing some passwords in a sql database Any suggestions? |
Re: Md5 encryption algorithm
It returns 32 length string, everything's fine.
|
Re: Md5 encryption algorithm
So why does it say here md5buffer[34] ?
|
Re: Md5 encryption algorithm
It should be [33] there, but it doesn't change anything. Safe to use.
|
Re: Md5 encryption algorithm
I see.
Is there a decompilation method for md5? |
Re: Md5 encryption algorithm
Quote:
You'd better check wiki about MD5 algorithm. |
| All times are GMT -4. The time now is 19:48. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.