21.06.2014, 11:01
Quote:
|
Hey, I am using register and login system with ZCMD + SSCANF + Y_INI.
Example: When I register an account with password: "0000", it will save data to a file with password has encryption: "31719617". Now, I want decryption this password. How can I do? Please help me. Thank so much! I am a Vietnamese so my English is bad |
If you want to make a login system, encrypt the stuff that player has input and compare it to the saved password.
Saving passwords in unencrypt format, or such hash formats as MD5 or SHA1 which provide a little bit better protection, but not by much.
Even guys at Adobe screwed up and had millions of user emails and passwords got into wrong hands...
So, be careful about passwords, and never store them in unencrypt state.


