sha1-regex:查看字符串是否为 sha-1 哈希

时间:2021-06-28 14:51:13
【文件属性】:
文件名称:sha1-regex:查看字符串是否为 sha-1 哈希
文件大小:2KB
文件格式:ZIP
更新时间:2021-06-28 14:51:13
JavaScript sha1-正则表达式 sha1-regex 是匹配十六进制编码的 sha-1 哈希的正则表达式。 安装 $ npm install sha1-regex 例子 var sha1 = require ( 'sha1-regex' ) sha1 . test ( '17413f944145f37dcaa9bc55d9a201a248a08aae' ) > true sha1 . test ( 'nope' ) > false 执照
【文件预览】:
sha1-regex-master
----.gitignore(25B)
----package.json(568B)
----.travis.yml(49B)
----index.js(35B)
----test.js(301B)
----example.js(124B)
----readme.md(465B)

网友评论