#password #cli #interface #decrypting #linux #enpass

app enpass-cli

A cli interface to decrypting the enpass database

2 releases

0.1.1 Feb 8, 2019
0.1.0 Aug 29, 2018

#6 in #decrypting

Apache-2.0

9KB
148 lines

enpass-cli

crates.io docs.rs

Developed on Linux, and therefore only tested on Linux.

Requires libsqlcipher to be available as a shared library. This can be installed from AUR as pacman -S sqlcipher.

I am looking into removing this dependency by statically compiling it. crates.io release also pending.

❯ enpass-cli
error: The following required arguments were not provided:
    -d <database>
    -p <password>

USAGE:
    enpass-cli -d <database> -p <password>

For more information try --help

Dependencies

~16MB
~329K SLoC