MD5Encrypt
用MD5算法加密字符串,加密后的字符串不能被解密。
语法:
MD5Encrypt(Value)
Value:要加密的字符串。
例如:
Dim Val As StringVal = MD5Encrypt("I Like Foxtable")Output.Show(Val)