Updated Password generator

This commit is contained in:
Emma Nora Theuer 2024-09-04 20:32:05 +02:00
parent 5218375f02
commit 5c08b4e536

View file

@ -33,7 +33,7 @@ I just started to lay out the technical foundation for a quite big java project,
*** Ideas for more!
I don't have too many small project ideas for java right now, because I would most likely just... Do them. I want to improve the AI for TicTacToe though, as it currently just does random moves. That will probably be about as much code as the project took already though, so it's not a high priority. There are some other, smaller, non-concrete ideas I have in mind but it's not at the point where it'd be ready yet. I'll give a small list in bullet points though:
+ Better TicTacToe AI
+ Cryotographically secure password generator (Both regular passwords and xkcd-style), with a checker of password strength and potentially even if they are in any known leaks
+ Password strength checker (and potentially checker if the passwords are in any known leaks), would be integrated with passgen
+ Password manager (Would incorporate the password generator)
+ Rock-Paper-Scissors-Lizard-Spock; wouldn't take too long, just don't really want to do it right now.
+ Basic Webserver; I just really want very basic processing of information so it shouldn't become too massive.