It is a python based command line tool for managing your account information. It uses key-definition-function algorithm to encrypt account details which uses a password and a salt to generate a key for encryption/decryption, so no one can decrypt your account information even if they have access to your computer, this tool, or the files where the information is stored.
- Windows
- Linux
- accman help menu:
python accman.py --help
- To write account:
python accman.py --write
- To read the account details:
python accman.py --read Twitter
- Listing all available accounts:
python accman.py --list
- To delete an account:
python accman.py --delete
- Clean up all the stored account data:
python accman.py --clean
- Setting up Globall password:
python accman.py --gpass
- python >= 3.7.4
- To run with python (as used in examples)
>git clone https://github.com/Waqar-Arain/accman.git
>cd accman
>pip install -r requirements.txt
>cd accman
>python accman.py
- To use as a command on your system
>git clone https://github.com/Waqar-Arain/accman.git
>cd accman
>pip install -e .
Notify me
- Twitter: @_waqarArain