Secret Wars is a comand line interface to allow you managing and view your password and secret such as your facebook password or other.
- Store your password and secret
- Insert your password and secret
- Export your password and secret into a txt file
- You need to have this following dependencies:
- Node.js from official Node.js website equal or
^v21.7.1
- npm correctly configured
Clone this repository, enter to project directory and then
run npm install
and npm install -g .
- To list secrets
secretwars -l
- To register a secret
secretwars -r <subject> <secret>
Notice: subject and secret should be a string as (secretwars -r "facebook" "passwd")
- Export all your secrets in a txt file
secretwars -w
Notice: the file generated is locate in your current working directory
- Displaying secrets is in JSON format