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:07:14] – 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 ===== | ===== kurze Beispiele ===== | ||
| + | |||
| + | > echo " | ||
| + | jA0ECgMClVOvtjdn9X// | ||
| + | | ||
| + | > echo ' | ||
| + | Hallo | ||
| mit **AES** (für meine Begriffe zu schwach) verschlüsseln+entschlüsseln: | mit **AES** (für meine Begriffe zu schwach) verschlüsseln+entschlüsseln: | ||
| - | > gpg --no-options --no-symkey-cache --cipher-algo AES -aco Text.txt.asc Text.txt | + | > 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.asc | + | > 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: | 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.asc Text.txt | + | > 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.asc | + | > gpg --no-options --no-symkey-cache -do Text.txt Text.txt.gpg |
| mit **TWOFISH** (der Beste den GPG kann) verschlüsseln+entschlüsseln: | mit **TWOFISH** (der Beste den GPG kann) verschlüsseln+entschlüsseln: | ||
| - | > gpg --no-options --no-symkey-cache --cipher-algo TWOFISH -aco Text.txt.asc Text.txt | + | > 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.asc | + | > gpg --no-options --no-symkey-cache -do Text.txt Text.txt.gpg |
/home/http/wiki/data/attic/gpg-verschluesselung_mit_passwort.1654769234.txt · Zuletzt geändert: von manfred
