文件名称:pthash:字符串到纯文本哈希
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-22 12:36:12
JavaScript
th 一个小型库,提供了一种将事物哈希到纯文本字符串的方法,从而可以保护密码。 安装 您可以使用以下命令安装pthash: npm install pthash --save或yarn add pthash 用法 const pthash = require ( 'pthash' ) ; const hash = pthash ( "password" ) ; console . log ( hash ) 测验 只需运行npm test 信息 请不要在生产中使用它,否则后果自负
【文件预览】:
pthash-master
----index.js(217B)
----package.json(529B)
----test()
--------index.js(410B)
----LICENSE(471B)
----package-lock.json(8KB)
----.gitignore(14B)
----README.md(407B)