我们使用 cookie 来帮助我们改善网页体验。请阅读我们的 Cookie 政策

App Central

分类

关于此应用程序

GnuPG asustor NAS App

GnuPG (Beta)

说明

GNU Privacy Guard 2(GnuPG)是符合 OpenPGP 标准(RFC4880)的完整自由实现,支持加密、签名和密钥管理功能,可通过命令行或与其他应用集成使用。GnuPG 2.3 支持 OpenPGP、S/MIME、SSH 和智能卡。构建需使用多个库,Pinentry 为可选组件。构建指令:./configure && make && make check && make install。文档提供 Texinfo 和 HTML 版本。1.4 为兼容旧密钥而设计。详情请访问 gnupg.org。


更新项目

GnuPG port to Asustor x86_64 devices by MulMic
GnuPG release notes at https://gnupg.org/download/release_notes.html
Ubuntu 18.04 release notes at https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/gnupg2_2.2.4-1ubuntu1_all.deb.html

TODO: Message encryption testing

20220130 housekeeping, start-stop.sh created, pre-/post- (un)intall.sh scripts dropped, license.txt moved to CONTROL/license

20220125 project start

prepared apkg directory tree template, determined necessary binaries and libraries (may not be complete yet),
prepared icon.png (copy from https://gnupg.org and size to 90x90 pixels), prepared CONTROL/config.json, copied
binaries to bin/, copied libraries to lib/.

Several iterations for testing. Tested using msmtp & mutt (both preinstalled on AS5304T). Created user key for
Asustor

$gpg --gen-key # encrypt password for mail account used in ~/.msmtprc
$echo <"password"> | gpg -e -o ~/.msmtp-password.gpg -r

GnuPG asustor NAS App