hashtype-node
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "hashtype-node", | ||
"collaborators": [ | ||
"km8oz <ouazmir@gmail.com>" | ||
], | ||
"version": "0.1.3", | ||
"files": [ | ||
"hashtype_node_bg.wasm", | ||
"hashtype_node.js", | ||
"hashtype_node.d.ts" | ||
], | ||
"main": "hashtype_node.js", | ||
"types": "hashtype_node.d.ts" | ||
"name": "hashtype-node", | ||
"collaborators": [ | ||
"km8oz <ouazmir@gmail.com>" | ||
], | ||
"version": "0.1.4", | ||
"files": [ | ||
"hashtype_node_bg.wasm", | ||
"hashtype_node.js", | ||
"hashtype_node.d.ts" | ||
], | ||
"main": "hashtype_node.js", | ||
"types": "hashtype_node.d.ts" | ||
} |
### hashtype: (hash-id in crates) | ||
#### usage: | ||
- `yarn add hashtype` or `npm i hashtype` | ||
- `yarn add hashtype-node` or `npm i hashtype-node` | ||
``` | ||
import { gethashtype } from "hashtype"; | ||
import { gethashtype } from "hashtype-node"; | ||
let responce = gethashtype("b89eaac7e61417341b710b727768294d0e6a277b"); | ||
@@ -8,0 +8,0 @@ // return "[+] SHA-1, [+] MySQL5 - SHA-1(SHA-1($pass)), [+] Tiger-160, [+] Haval-160, [+] RipeMD-160" |
71718