Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maiswan/passwhat
WPF password generator, hopefully secure
https://github.com/maiswan/passwhat
password-generator wpf
Last synced: about 22 hours ago
JSON representation
WPF password generator, hopefully secure
- Host: GitHub
- URL: https://github.com/maiswan/passwhat
- Owner: maiswan
- License: mit
- Created: 2024-12-31T05:23:18.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-17T06:52:13.000Z (17 days ago)
- Last Synced: 2025-01-17T07:19:13.868Z (17 days ago)
- Topics: password-generator, wpf
- Language: C#
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![A screenshot of the Passwhat v1.3.0 main interface, showing a generated password under default configuration.](https://github.com/user-attachments/assets/64370fb7-82a9-4271-a695-9b7f851b7010)
## What?
This is another password generator. It has a...
* customizable character set and length
* list of copied passwords so you don't lose them accidentally (cleared on exit of course)## Why?
* [don't trust online password generators](https://security.stackexchange.com/a/17943)
* [don't reinvent the CSPRNG](https://www.cryptofails.com/post/72902772336/how-not-to-csprng)The natural course of action is to roll my own solution and hopefully someone will audit it.