Encryption and decryption member registration password

zhaozj2021-02-16  63

You can write your own encrypted decryption program. Reversible. Generally, encrypted with MD5. The data written by the database is encrypted. However, this encryption method is irreversible.

Write a program that encrypts, decrypts, very simple :)

<% @Language = "javascript"%> <% var pwd = "豆"; function encrypt (str) {var newstr = ""; str = escape (str); var gs = str.length; for (VAR i = 0; i

%>

转载请注明原文地址:https://www.9cbs.com/read-20507.html

New Post(0)