Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Form with SHA1 and MD5 login
no vote
Application background Before discussing further advance Path add the component into the Delphi Library. The way I have explained in the post-post past. If you do not already know, for example, you can see it here . you need to use the Library to add it to your Project Uses : chash For MD5 and SHA1 Hashing Using the Library you can see in the example coding snippet below: password:=MD5DigestToHex(CalcMD5(Edit2.Text)); password := SHA1DigestToHex(CalcSHA1(Edit2.Text)); Key Technology Hashing techniques are widely used to hide the login password of an application. This technique is widely used by the Website Programmer as an implementation of the security and defense of the application. Moreover, hashing is also often used as a medium to determine the checksum
oranger13
2016-08-23
0
1
No more~