From eba14f7765085868785317c23483552b7be95355 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 27 Feb 2024 15:55:41 +0200 Subject: git commit -m "Updated password manager with improvements:- Changed struct Password to use defined maximum lengths for website, username, and password fields.- Added an array passwords[MAX_PASSWORDS] to store password entries.- Added numPasswords to keep track of the number of passwords.- Updated generate_password function to use a new character set and added printout of generated password.- Updated save_password function to use snprintf for filename construction and include .dat extension.- Updated load_passwords function to check for regular files, null-terminate strings, and populate passwords array.- Added copy_to_clipboard function to copy text to clipboard using xclip.- Updated main function with menu options and input handling.- Improved save and load password calls to handle numPasswords and passwords array. Implement PBKDE2. - Added loop in main to continually display menu until exit choice. --- cerberus | Bin 0 -> 16760 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 cerberus diff --git a/cerberus b/cerberus new file mode 100755 index 0000000..1b91eb3 Binary files /dev/null and b/cerberus differ -- cgit v1.2.3