文件名称:node-fpe:格式保留字符串替换加密
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-20 02:54:04
encryption cipher fpe JavaScript
节点-fpe 格式保留字符串替换加密 通常,是一种类型,以使输出(密文)与输入(明文)具有相同的格式。 该库使用简单的算法。 在下面的专用部分中阅读有关此库安全性的更多信息。 用法 例子: 密码与默认域 ([0-9]) const fpe = require ( 'node-fpe' ) ; const cipher = fpe ( { secret : 'secret!' } ) ; cipher . encrypt ( '1234567' ) ; // '7130548' cipher . decrypt ( '7130548' ) ; // '1234567' 带有自定义域的密码 ([AE]) const fpe = require ( 'node-fpe' ) ; const cipher = fpe ( { secret : 'secret!' , domain
【文件预览】:
node-fpe-master
----.github()
--------workflows()
----.prettierignore(30B)
----lib()
--------index.js(1KB)
----license(1KB)
----test()
--------index.js(1KB)
----.prettierrc(26B)
----README.md(2KB)
----.gitignore(578B)
----package-lock.json(24KB)
----package.json(882B)