Skip to content

palharez/basilisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Basilisk

This Python package provides a lightweight command-line tool to manage passwords.

Installation

We recommend using the CLI using poetry to manage dependencies.

poetry install

Configuration

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.

Usage

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

About

๐Ÿ A lightweight cli password manager

Topics

Resources

License

Stars

Watchers

Forks

Languages