Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 406 Bytes

spit_it

Spit_it is a hash utility used to hash passwords using Scrypt-pkdf2 hashing algorithm.

spit_it takes a string password and spits out a hash for that password.

Originally this utility was inspired from node-scrypt repository to perform password hashing in node, using Colin Percival's scrypt algorithm.

#Usage

./spit_it <password_to_hash>