Skip to content

aidlran/cli-password-manager

Repository files navigation

Luna Pass CLI

A secure password and secrets management CLI utility using Astrobase.

This version supercedes my original simple CLI utility that used bash and GPG which is still available in the bash branch.

Installation

I have not yet packaged it up. Run these commands to give it a try (requires Git, Node.js, and NPM):

git clone https://github.com/aidlran/cli-password-manager
cd cli-password-manager
git submodule update --init
npm ci
node src/cli.js help

Note

Data is encrypted and stored as a SQLite database file in your user app data directory. Use the help command to see the default location for your platform.

About

A secure password and secrets management CLI utility using Astrobase

Topics

Resources

Stars

Watchers

Forks