Skip to content
/ spit_it Public

A pkdf2 based password hashing utility that can be used as a module in other projects.

License

Notifications You must be signed in to change notification settings

inkfil/spit_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A pkdf2 based password hashing utility that can be used as a module in other projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published