摘要:
Example 1: The following example uses aes function.Example 2: The following example uses aes function with passphrase.Example 3: The following example... 阅读全文
posted @ 2015-06-11 23:34
huey2672
阅读(797)
评论(0)
推荐(0)
摘要:
以下代码摘自:http://cryptojs.altervista.org/encoding/Base64.htmlfunction base64_encode(str) { if (window.btoa) // Internet Explorer 10 and above retur... 阅读全文
posted @ 2015-06-11 23:14
huey2672
阅读(507)
评论(0)
推荐(0)