Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jifalops/passgen
A simple offline password generator (chrome extension).
https://github.com/jifalops/passgen
Last synced: about 2 months ago
JSON representation
A simple offline password generator (chrome extension).
- Host: GitHub
- URL: https://github.com/jifalops/passgen
- Owner: jifalops
- Created: 2014-05-02T06:49:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T04:50:04.000Z (over 10 years ago)
- Last Synced: 2023-03-30T20:08:22.750Z (almost 2 years ago)
- Language: Dart
- Size: 2.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PassGen
=======A simple offline password generator (chrome extension).
PassGen allows you to use different passwords for every website while only needing to remember a single password - without ever sending that password over the internet!
Internally, PassGen uses a secure one-way hashing algorithm (SHA-256) to generate a password from both the website (pre-filled) and your secret password.
The result: A different 16 character password for every website that contains lowercase letters, capital letters, numbers, and symbols (optional).