- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/bitwiseshiftleft/sjcl
- 软件文档: http://bitwiseshiftleft.github.com/sjcl/doc/
- 官方下载: https://github.com/bitwiseshiftleft/sjcl
软件介绍
SJCL 是来自斯坦福大学的 JavaScript 加密库。在线演示:http://bitwiseshiftleft.github.io/sjcl/demo/
示例代码:
sjcl.encrypt("password", "data")
sjcl.decrypt("password", "encrypted-data")
