https://github.com/lgraubner/secure-passphrase
Small PWA for generating secure passphrases
https://github.com/lgraubner/secure-passphrase
cryptography passphrase password password-generator secure
Last synced: 5 months ago
JSON representation
Small PWA for generating secure passphrases
- Host: GitHub
- URL: https://github.com/lgraubner/secure-passphrase
- Owner: lgraubner
- License: mit
- Created: 2018-09-11T15:10:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T21:37:34.000Z (about 7 years ago)
- Last Synced: 2025-03-27T16:53:20.726Z (about 1 year ago)
- Topics: cryptography, passphrase, password, password-generator, secure
- Language: HTML
- Homepage: https://pass.larsgraubner.de
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secure Passphrase Generator
A cryptographically secure passphrase generator based on the [crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto).
For more information why it's a good idea to use a passphrase check the following links:
- [https://www.eff.org/dice](https://www.eff.org/dice)
- [https://www.useapassphrase.com/](https://www.useapassphrase.com/)
- [https://xkcd.com/936/](https://xkcd.com/936/)
## Usage
This generator is a progressive web app and get's cached locally. Therefore you can use it offline after you visited the page once. The page consists of a single HTML file containing all code. It's commented carefully for full transparency. On page load the passphrase is selected automatically to be copied. To generate a new passphrase simply reload the page. It should reload pretty fast as it's cached.