JavaScript 加密库:SJCL
jopen
11年前
SJCL 是来自斯坦福大学的 JavaScript 加密库。在线演示:http://bitwiseshiftleft.github.io/sjcl/demo/
示例代码:
sjcl.encrypt("password", "data") sjcl.decrypt("password", "encrypted-data")