From 5c08b4e536f50c2d1ee423195e52fe8e61565a71 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Wed, 4 Sep 2024 20:32:05 +0200 Subject: [PATCH] Updated Password generator --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index afb8321..53d7b45 100644 --- a/README.org +++ b/README.org @@ -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.