Skip to content

MarkusHarmsen/pwhash-gtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PwHash (GTK)

PwHash is a simple password generator which uses well-known algorithms to generate a strong uniq password for any service based on a given (master) password.

You simply enter the current service tag as well as your (master) password to generate a strong hash which is copied to clipboard and can now be used as login password.

There also exists an android, HTML and Bash version of pwhash.

Example

Tag: facebook Password: myDefaultPassword

Resulting hash: wb9dnpOCUIas5xGJ

How does it work?

PwHash uses HMAC (SHA1) + Base64 to generate the hash. It is compatible to other services like hashapass.

Note

This program has a crappy UI ;)

About

Password hasher GTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published