We use cookies to help us improve our webpage. Please read our Cookie Policy .

App Central

Category

About This App

GnuPG asustor NAS App

GnuPG (Beta)

Description

The GNU Privacy Guard 2 (GnuPG) is a free, complete implementation of the OpenPGP standard (RFC4880). It supports encryption, signing, key management, and works via command line or with other applications. GnuPG 2.3 supports OpenPGP, S/MIME, SSH, and smartcards. It requires several libraries for building and optionally Pinentry. Build with ./configure && make && make check && make install. Documentation is available in Texinfo and HTML. Legacy version 1.4 exists for compatibility with old keys. Visit gnupg.org for more info and support.


What's new in this version?

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