Review of "Password Calculator" version 25

Details Page Preview

This 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. alias: "username@google.com#2014", secret: "saFe⚿in漢字". Recent aliases are kept in a easily accessible drop-down. You may choose between HMAC_SHA1 and SHA1. The formula is as simple as "[secret][alias]" → SHA1 → BASE64

Extension Homepage
https://github.com/thilomaurer/pwcalc

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

JustPerfection active
1. Use ExtensionUtils.openPrefs() instead of spawn command (line 78 extension.js). 2. Remove Lang import (line 32 prefs.js).