[VB.NET] Login form with MD5 encrypted password

Normally, any program must design a login form to access the software, there are many different ways to write logins with common password encryption types such as MD5, SHA,... Limited to this article. In this article, I will show you how to encode in MD5 format (32 characters).

In the password box, you adjust the properties of the Textbox to display only asterisks (*).

Password check function: https://pastebin.com/WjSaX5F9

MD5 encryption function : https://pastebin.com/RfaacRbm

The problem now how to use? At the login button you write the following: https://pastebin.com/gaTW6qv9

Now press F5 to check your results.

A small note, when you create a user account to log in by saving the MD5 encrypted password. Good luck!

Source Code : http://gestyy.com/epVjvz

Thank you everyone for your attention.
If people do not understand, you can comment or inbox https://www.hungvb.com/facebook directly for support.

5 Comments

  1. Haha, mã hóa này thì website nào đa phần đều dùng mã hóa md5

    ReplyDelete
  2. MD5 này thì khá phổ biến rồi

    ReplyDelete
  3. Tùy chỉnh và radom code làm key bản quyền 😄

    ReplyDelete

Post a Comment

Previous Post Next Post