SecureNUS is a password manager application that allows users to store and manage their secrets and other sensitive information securely.
java -jar [CS2113-T15-2][SecureNUS].jar
Action | Format/Examples |
New | new [o/OPTION] SECRET_NAME [f/FOLDER_NAME] |
Delete | delete SECRET_NAME1 [SECRET_NAME2] [...] |
List | list [f/FOLDER_NAME] |
View | view SECRET_NAME |
Search | search SECRET_NAME_LIKE [f/FOLDER_NAME] |
Save | save |
Edit | edit SECRET_NAME |
Menu | menu |
Exit | exit |
Cancel | c/ |
Java 11