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-03-11 14:03:04] – 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/ | ||
| + | - **serpent** //(der sicherste in '' | ||
| + | - **twofish** //(der sicherste in '' | ||
| + | - **blowfish** //(der sicherste in '' | ||
| + | |||
| + | |||
| + | ===== kurze Beispiele ===== | ||
| + | |||
| + | > echo " | ||
| + | jA0ECgMClVOvtjdn9X// | ||
| + | | ||
| + | > echo ' | ||
| + | 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 --cipher-algo TWOFISH -aco Text.txt.gpg Text.txt | ||
| + | > gpg --no-options --no-symkey-cache -do Text.txt Text.txt.gpg | ||
| + | |||
| + | |||
| + | ===== Allgemeines ===== | ||
| # | # | ||
| Zeile 71: | Zeile 101: | ||
| gpg: Verschlüsselt mit einer Passphrase | gpg: Verschlüsselt mit einer Passphrase | ||
| Hallo | Hallo | ||
| + | |||
| + | Mein Home-Verzeichnis sichern: | ||
| + | > tar cf - --exclude=' | ||
| // | // | ||
/home/http/wiki/data/attic/gpg-verschluesselung_mit_passwort.1647007384.txt · Zuletzt geändert: von manfred
