gpg-verschluesselung_mit_passwort
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| gpg-verschluesselung_mit_passwort [2022-06-09 10:01:36] – manfred | gpg-verschluesselung_mit_passwort [2024-09-25 12:11:26] (aktuell) – [kurze Beispiele] manfred | ||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| * [[:: | * [[:: | ||
| * [[:: | * [[:: | ||
| + | * [[::EDV:GPG (GnuPG)]] | ||
| - | | + | Die Stärke der Sicherheit der drei besten Cipher/ |
| - | > gpg --no-options | + | - **serpent** //(der sicherste in '' |
| + | - **twofish** //(der sicherste in '' | ||
| + | - **blowfish** //(der sicherste in '' | ||
| + | |||
| + | |||
| + | ===== kurze Beispiele ===== | ||
| + | |||
| + | | ||
| + | jA0ECgMClVOvtjdn9X// | ||
| | | ||
| - | > gpg --no-options --no-symkey-cache --cipher-algo TWOFISH -aco Text.txt.asc Text.txt | + | |
| - | > gpg --no-options --no-symkey-cache -do Text.txt Text.txt.asc | + | Hallo |
| + | |||
| + | mit **AES** (für meine Begriffe zu schwach) verschlüsseln+entschlüsseln: | ||
| + | > gpg --no-options --no-symkey-cache --cipher-algo AES -aco Text.txt.gpg Text.txt | ||
| + | > gpg --no-options --no-symkey-cache -do Text.txt Text.txt.gpg | ||
| + | |||
| + | mit **BLOWFISH** (nicht der Beste aber besser als AES) verschlüsseln+entschlüsseln: | ||
| + | > gpg --no-options --no-symkey-cache --cipher-algo BLOWFISH -aco Text.txt.gpg Text.txt | ||
| + | > gpg --no-options --no-symkey-cache -do Text.txt Text.txt.gpg | ||
| + | |||
| + | mit **TWOFISH** (der Beste den GPG kann) verschlüsseln+entschlüsseln: | ||
| + | | ||
| + | > gpg --no-options --no-symkey-cache -do Text.txt Text.txt.gpg | ||
| + | |||
| + | |||
| + | ===== Allgemeines ===== | ||
| # | # | ||
/home/http/wiki/data/attic/gpg-verschluesselung_mit_passwort.1654768896.txt · Zuletzt geändert: von manfred
