OpenSSL: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Geist (Diskussion | Beiträge) |
Geist (Diskussion | Beiträge) |
||
Zeile 28: | Zeile 28: | ||
$ openssl list -commands | $ openssl list -commands | ||
$ openssl list -public-key-algorithms | $ openssl list -public-key-algorithms | ||
+ | |||
+ | $ openssl rsautl |
Version vom 24. Juli 2021, 14:50 Uhr
OpenSSL Version
encryption for: - data - communication - traffic - secret plain --> cipher
Types of encryption Symmetric encryption ==> Same key for encrypt/decrypt Asymmetric encryption ==> different key for encrypt/decrypt
$ 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