OpenSSL: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Geist (Diskussion | Beiträge) |
Geist (Diskussion | Beiträge) |
||
Zeile 20: | Zeile 20: | ||
Asymmetric encryption ==> different key for encrypt/decrypt | Asymmetric encryption ==> different key for encrypt/decrypt | ||
− | + | Algorithms examples: | |
+ | - RSA | ||
+ | - DSA | ||
+ | - PGP | ||
+ | - SHA-1 | ||
+ | - SHA-2 | ||
+ | - SHA-24 | ||
+ | - SHA-256 | ||
+ | - SHA-512 | ||
$ whereis openssl | $ whereis openssl |
Version vom 24. Juli 2021, 15:31 Uhr
OpenSSL Version
encryption for: - data - communication - traffic - secret - signing
plain --> cipher
Types of encryption Symmetric encryption ==> Same key for encrypt/decrypt Algorithms examples: - AES - DES - Triple DES - Serpent - Twofish
Asymmetric encryption ==> different key for encrypt/decrypt Algorithms examples: - RSA - DSA - PGP - SHA-1 - SHA-2 - SHA-24 - SHA-256 - SHA-512 $ whereis openssl $ which openssl
$ openssl version $ openssl help $ openssl help list $ openssl list -help
$ openssl list -digest-commands
$ openssl list -chiper-commands
$ openssl list -commands $ openssl list -public-key-algorithms
$ openssl rsautl