#gpg #wraps #user #nicer #ui #key #decryption

app bpg

围绕GPG提供更友好的用户界面

1个稳定版本

2.1.0 2019年2月11日

#2#nicer

GPL-3.0-or-later

17KB
303

更好的隐私守护者

围绕gpg提供更友好的UI。

bpg 2.1.0
Milo Gilad <myl0gcontact@gmail.com>
Simple wrapper around gpg

USAGE:
    bpg [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    decrypt     Decrypts a message
    encrypt     Encrypts a message
    help        Prints this message or the help of the given subcommand(s)
    keys        Manages keys in your gpg keychain
    tutorial    Basic overview of GPG/BPG and how public/private key crypto works.

安装

除了需要gpg外,我们还需要一个图形化的pinentry程序来使用密钥。以下是macOS的基本安装说明

brew install gnupg
brew install pinentry-mac
echo "pinentry-program /usr/local/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf
killall gpg-agent

您可以从标签页面获取预构建的二进制文件,或者从源代码构建

从源代码构建

鉴于我们使用Rust编写,请从这里安装。然后,按照以下步骤操作(类UNIX系统)

cd bpg
cargo build --release # target/release/bpg is the binary's location

待办事项

  • 改进密钥编辑
  • 自动更新

依赖项

~750KB