Skip to content

Find out which hashing algorithm was used to generate hex hash string from your input

License

Notifications You must be signed in to change notification settings

roppa/which-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Find out which hashing algorithm was used to generate hex hash string from your input

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published