Introduction - If you have any usage issues, please Google them yourself
reversible encryption components use ==== ====================== ======================================== Dim objEncrypt Set objEncrypt = Server.Create Object ( "myEncrypt.clsEncrypt") Dim strRetu rn encrypted text Dim strValue encrypted text before start providing encryption key (this trip can be omitted) o bjEncrypt.KeyCode = "1111" began encryption strReturn = ob jEncrypt.Encrypt (strValue) decryption keys set (if no encryption settings this trip can be omitted) objEncrypt.KeyCode = "1111" began declassified strR eturn = objEncrypt.UnEncrypt (strValue) Note : strReturn may return the following values-3 : Key length exceeding 10-2 : To set up a key text, But when no specific decryption key-1 : To set up a key text, However, when the decryption keys with t
Packet : 109201265encryptsimple.rar filelist
EncryptSimple
EncryptSimple\clsEncrypt.cls
EncryptSimple\clsEncrypt.cls.bak
EncryptSimple\myEncrypt.dll
EncryptSimple\myEncrypt.exp
EncryptSimple\myEncrypt.lib
EncryptSimple\myEncrypt.lvw
EncryptSimple\myEncrypt.vbp
EncryptSimple\myEncrypt.vbw
EncryptSimple\算法.txt
EncryptSimple\说明.txt