From aee1814da0ec53a5f0501ca4cf15b9824c5b0cd7 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 14 Mar 2023 15:52:41 +0200 Subject: Add TODOs --- main.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.c b/main.c index 0d8c426..f3d671a 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,11 @@ +// TODO: Fix not specifying password length +// TODO: Fix not specifying password options for which characters/digits/lowercase or uppercase letters +// TODO: Fix generated encryption key must not be put in directly by user +// TODO: Use PBKDF2 for generating keys, +// TODO: Secret stored in memory must be encrypted with a key derived from the user password or consider making password manager stateless (no passwords stored locally) +// TODO: Replace CBC with GCM or CCM to prevent padding attacks +// TODO: Have ascii art of a cerberus on start menu/page + #include #include #include -- cgit v1.2.3