Releases: omarperezr/SNotes-cli
Releases · omarperezr/SNotes-cli
SNote
SNotes-cli
Do you want an easy way to store and retrieve your credentials directly on the terminal?
SNotes is a really simple command line tool that lets you do exactly that!
Why is SNotes great?
- No need to remember multiple credentials, just set a master password and you won't need to worry remembering all those server and databases credentials anymore!
- Create/update/delete notes and passwords and store them locally using protobuf so you can use them in another project with another language if you want!
- Encrypt your notes and passwords with military grade security (AES)
- Get your data directly to your clipboard
- The master password can be stored locally with keyring so you don't have to enter your password constantly, the cached password will be deleted in the configured time. You can also choose to never store it in keyring
Installation
Windows
To install on windows simply extract the package and add it to the path
Linux
To install on linux install first install KWallet or any other keyring backend, then just extract the package and add it to the path
Terminal-N
Terminal-N
Terminal-N is a command line tool that lets you:
- Create notes
- Modify notes
- Eliminate notes
- Create encrypted notes using AES
- Decipher encrypted notes
Requirements:
- python >= 3.5
- pycrypto == 2.6.1
How to install:
sudo pip3 install pycrypto
sudo python3 setup.py install