Seite 1 von 1

welche Wege gibt es ein File zu verschlüsseln

Verfasst: Dienstag 2. Oktober 2018, 12:30
von malaga
hallo und guten Tag,


welche Wege gibt es ein File zu verschlüsseln.

unter Gnu glaube ich - geht es so:

- vorweg : ist gnupg denn schon bei einer Standartinstallation mit eingeschlossen - also mit an Bord!?

$ gpg -c filename

wenn man myinfo.txt verschluesseln will, dann geht es so

$ gpg -c myinfo.txt

Sample output:

Enter passphrase:<YOUR-PASSWORD> Repeat passphrase:<YOUR-PASSWORD>


das erzeugt ein file namens:  myinfo.txt.gpg file: $ ls -l myfinfo.txt*

Sample output:

-rw-rw-r-- 1 martin martin 23 Jan 13 15:01 myinfo.txt
-rw-rw-r-- 1 martin martin 113 Jan 13 15:01 myinfo.txt.gpg

frage - geht es denn auch ohne gnupg


und dann wie oben gefragt: ist gnupg denn schon bei einer Standartinstallation mit eingeschlossen - also mit an Bord!?

Re: welche Wege gibt es ein File zu verschlüsseln

Verfasst: Dienstag 2. Oktober 2018, 21:10
von gosia
Hallo malaga,
[quote="malaga"]
welche Wege gibt es ein File zu verschlüsseln.
[/quote]
Kommt ein wenig drauf an, welche Ansprüche Du hast ;) Aber eine kleine Übersicht gibt es hier
https://wiki.archlinux.org/index.php/Li ... ganography
[quote="malaga"]
ist gnupg denn schon bei einer Standartinstallation mit eingeschlossen - also mit an Bord!?
[/quote]
da gnupg zu core gehört sage ich mal ja, es ist bei einer Standardinstallation mit an Bord.

viele Grüße gosia