wisejin
Results
2
issues of
wisejin
/** * 分段加密长字符串-支持中文的 * @param {string} str the string to encrypt * @return {string} the encrypted string encoded in base64 * @public */ JSEncrypt.prototype.encryptLongSupportCh = function (string) { var k...