which-hash

0.1.1 • Public • Published

CircleCI

Which Hash?

So you have some input, and you have a hex hash string, but you don't know which hashing algorithm was used? Think again! Find out which it is with this handy tool!

const which = require('which-hash');
console.log(which('', 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'));
// RSA-SHA256

Readme

Keywords

Package Sidebar

Install

npm i which-hash

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

3.26 kB

Total Files

6

Last publish

Collaborators

  • roppa_uk