This Python package provides a lightweight command-line tool to manage passwords.
We recommend using the CLI using poetry to manage dependencies.
poetry installThe way that this CLI encrypt and decrypt the passwords is by using a key defined in a configuration file ./config/config.ini.
The CLI only looks for the default profile. This is what a configuration file would look like:
[default]
key=SampleKeyYou can just update our sample.config.ini to config.ini and set your credentials.
You just need to call in the terminal.
python -m basiliskYou can obtain help by using the --help option.
python -m basilisk --helpSimple usage of the CLI.
python -m basilisk list