nice-xor:好的javascript xor密钥加密

时间:2021-05-19 21:01:28
【文件属性】:
文件名称:nice-xor:好的javascript xor密钥加密
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-19 21:01:28
JavaScript 异或 不错的javascript xor密钥加密。 安装: npm install nice-xor 如何使用: var xor = require ( 'nice-xor' ) ; var text = 'this is a nice string test' ; var key = 'nice key' ; var encryptedText = xor . crypt ( text , key ) ; console . log ( "'" + text + "' encrypted with '" + key + "' is: " + encryptedText ) ; var decryptedText = xor . decrypt ( encryptedText , key ) ; console . log ( "'" + encryptedText + "' dec
【文件预览】:
nice-xor-master
----LICENSE-MIT(1KB)
----index.js(578B)
----package.json(520B)
----README.md(2KB)
----modules()
--------binary.js(852B)
--------hex.js(577B)

网友评论