Socket
Book a DemoInstallSign in
Socket

@qnzl/lockbox

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qnzl/lockbox

Local-only version of Vault

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

Lockbox

Super, super simple version of Vault that doesn't require any setup.

Basically the idea is to make static .profile files pointless and hide things slightly better.

Installation

npm install -g @qnzl/lockbox

Usage

Keys can be folders (eg: <top>/<lower>/<more>.../<key>).

To save:

lockbox <key> <value>

To load:

lockbox <key>

Config

Unless lockbox --config is used to change config file location, lockbox.conf will be in $HOME

The available config options are:

  • location - Absolute path of where you want your Lockbox files stored
  • key - Absolute path of your RSA key
  • gitRemote - git-compatiable remote location

FAQs

Package last updated on 23 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts