当前位置: 软件>JavaScript软件
JavaScript 加密库 SJCL
本文导语: SJCL 是来自斯坦福大学的 JavaScript 加密库。在线演示:http://bitwiseshiftleft.github.io/sjcl/demo/ 示例代码: sjcl.encrypt("password", "data") sjcl.decrypt("password", "encrypted-data")
SJCL 是来自斯坦福大学的 JavaScript 加密库。在线演示:http://bitwiseshiftleft.github.io/sjcl/demo/
示例代码:
sjcl.encrypt("password", "data") sjcl.decrypt("password", "encrypted-data")