Skip to content

Implementation of the pwdhash algorithm in Go

License

Notifications You must be signed in to change notification settings

anthonybishopric/pwdhash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwdhash in Go

This is a command-line implementaton of the pwdhash algorithm in Go. It was mostly ported from the JavaScript version in the Firefox Add-on. This fork of peterh/pwdhash is more secure in that it does not permit the user to put the root password as a CLI argument, which can get saved to bash history files.

Usage

pwdhash <domain>

The prompt is interactive. The output may be piped to tools like pbcopy for convenient pasting.

See Also

http://crypto.stanford.edu/PwdHash/ https://addons.mozilla.org/en-US/firefox/addon/pwdhash/

About

Implementation of the pwdhash algorithm in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%