Skip to content

thilomaurer/pwcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

044e9ee · Jul 29, 2020

History

42 Commits
Mar 2, 2018
Mar 8, 2018
Jun 15, 2014
Aug 29, 2017
Mar 2, 2018
Jun 15, 2014
Jun 15, 2014
Jul 29, 2020
Jun 15, 2014
Mar 8, 2018
Sep 26, 2014
Jul 29, 2020
Sep 25, 2019
Mar 2, 2018
Aug 29, 2017
Jul 31, 2016
Jul 27, 2019
Jun 19, 2014

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