ulif / diceware

Passphrases to remember
GNU General Public License v3.0
357 stars 45 forks source link

Add a GUI to diceware #66

Open drebs opened 5 years ago

drebs commented 5 years ago

Hello,! I think a GUI would increase usage of diceware among less tech savvy users, and could help increase the overall security of passphrases people have to remember.

This is a list of features I thought about (not necessarily implemented in this order):

@ulif, do you think this could be added to this repository and be distributed in the same Python package? Or does it make sense to separate it somehow?

Another question I have is which graphical library to use. Some criteria I thought for choosing are the least amount of dependencies, availability in most distributions, and maintainability in the long run.

Any thoughts are appreciated, and I'd be willing to contribute code for this if you think it's a good idea.