Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.