aboutsummaryrefslogtreecommitdiff
path: root/cerberus
Commit message (Collapse)AuthorAge
* Removed executablesrdusr2024-02-28
|
* git commit -m "Updated password manager with improvements:- Changed struct ↵srdusr2024-02-27
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.