调用JSEncrypt实现RSA加密解密

易语言 2020-06-16 21:43:37

JSEncrypt.置公钥 (#rsa_公钥)
加密结果 = JSEncrypt.加密 (“Hi,JSEncrypt”)
调试输出 (“加密:” + 加密结果)