OpenSSL: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
Zeile 30: Zeile 30:
 
   - SHA-512
 
   - SHA-512
 
   
 
   
 +
 
  $ whereis openssl
 
  $ whereis openssl
 
  $ which openssl
 
  $ which 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