hashtype
v0.1.1
Published
#### usage: > `yarn add hashtype` or `npm i hashtype` ```` import { gethashtype } from "hashtype"; let responce = gethashtype("b89eaac7e61417341b710b727768294d0e6a277b"); // return "[+] SHA-1, [+] MySQL5 - SHA-1(SHA-1($pass)), [+] T
Downloads
3
Readme
hashtype: (hash-id in crates)
usage:
> `yarn add hashtype` or `npm i hashtype`
````
import { gethashtype } from "hashtype";
let responce = gethashtype("b89eaac7e61417341b710b727768294d0e6a277b");
// return "[+] SHA-1, [+] MySQL5 - SHA-1(SHA-1($pass)), [+] Tiger-160, [+] Haval-160, [+] RipeMD-160"
````