Wir verwenden Cookies, um unsere Webseite zu verbessern. Lesen Sie unsere Cookie-Richtlinie .

App Central

Kategorie

Über diese App

GnuPG asustor NAS App

GnuPG (Beta)

Beschreibung

GNU Privacy Guard 2 (GnuPG) ist eine freie und vollständige Implementierung des OpenPGP-Standards (RFC4880). Es unterstützt Verschlüsselung, Signatur, Schlüsselverwaltung und kann über die Kommandozeile oder mit anderen Anwendungen verwendet werden. GnuPG 2.3 unterstützt OpenPGP, S/MIME, SSH und Smartcards. Zum Bauen sind mehrere Bibliotheken erforderlich, optional auch Pinentry. Kompilierung: ./configure && make && make check && make install. Dokumentation ist als Texinfo und HTML verfügbar. Version 1.4 dient der Kompatibilität mit alten Schlüsseln. Weitere Infos unter gnupg.org.


Was ist neu bei dieser 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