This Python package provides a lightweight command-line tool to manage passwords.
We recommend using the CLI using poetry to manage dependencies.
poetry install
The 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=SampleKey
You can just update our sample.config.ini
to config.ini
and set your credentials.
You just need to call in the terminal.
python -m basilisk
You can obtain help by using the --help option.
python -m basilisk --help
Simple usage of the CLI.
python -m basilisk list