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

app enpass-cli

解密Enpass数据库的命令行界面

2个版本

0.1.1 2019年2月8日
0.1.0 2018年8月29日

#10 in #decrypting

Apache-2.0

9KB
148

enpass-cli

crates.io docs.rs

在Linux上开发,因此仅在Linux上进行测试。

需要将libsqlcipher作为共享库可用。这可以从AUR作为pacman -S sqlcipher安装。

我正在考虑通过静态编译来删除这个依赖项。crates.io版本发布也待定。

❯ 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

依赖项

~16–24MB
~373K SLoC