我們使用 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