SecJSON:使用加密方法保护JSON消息的有效负载的其他安全机制

时间:2024-05-27 21:13:10
【文件属性】:

文件名称:SecJSON:使用加密方法保护JSON消息的有效负载的其他安全机制

文件大小:49.29MB

文件格式:ZIP

更新时间:2024-05-27 21:13:10

JavaScript

node.js的安全JSON实现。 SecJSON允许加密/解密消息或JSON对象的特定值。 用法 npm install secjson 加密 var secjson = require ( 'secjson' ) ; var options = { rsa_pub : fs . readFileSync ( __dirname + '/test-auth0_rsa.pub' ) , pem : fs . readFileSync ( __dirname + '/test-auth0.pem' ) , encryptionAlgorithm : 'http://tiagomistral.github.io/SecJSON#aes128-cbc' , keyEncryptionAlgorighm : 'http://tiagomistral.github.io/SecJSON#rs


【文件预览】:
SecJSON-master
----.travis.yml(34B)
----package.json(755B)
----test()
--------secjson.integration.js(3KB)
--------test-auth0_rsa.pub(450B)
--------test-auth0.pem(1KB)
--------test-auth0.key(2KB)
----schema()
--------secjson.json(5KB)
----validation()
--------ssl_vs_secjson()
----LICENSE(1KB)
----.gitignore(117B)
----lib()
--------utils.js(669B)
--------index.js(48B)
--------templates()
--------secjson.js(11KB)
----README.md(8KB)

网友评论