SecureNUS is a password manager application that allows users to store and manage their secrets and other sensitive information securely.
- Add, delete, and edit secrets
- Organize secrets into folders
- Search for secrets by name or folder
- Generate strong passwords
- View password strength and last modified date for each secret
- Automatic saving and loading of data
- Java Runtime Environment (JRE) version 11 installed on your machine
- Access to the command line interface
- Download the SecureNUS JAR file from the latest release on the repository.
- Open a terminal or command prompt.
- Navigate to the directory where the JAR file is located.
- Run the following command:
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