Skip to content

thilomaurer/pwcalc

Repository files navigation

Password Calculator

This Gnome Shell Extension calculates strong passwords for each alias from your single secret.

  • No need to remember dozens of passwords any longer.
  • No need for a password manager any longer.
  • Full freedom in choosing aliases and secret, e.g.

Recent aliases are kept in a easily accessible drop-down.

Password Calculator Screenshot

You may choose between two (incompatible) hash methods:

  • HMAC-SHA1 (default)
    The formula is (secret,alias) → HMAC_SHA1 → BASE64
  • simple SHA1 (default for upgraders)
    The formula is "[secret][alias]" → SHA1 → BASE64

You may choose between the following destinations for your password:

  • Primary Selection (paste using middle mouse button)
  • Clipboard (paste using Ctrl+V)
  • Additional Copy Notification without password

About

Password Calculator Gnome Shell Extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published