OpenSSL: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
 
  - traffic
 
  - traffic
 
  - secret
 
  - secret
 +
- signing
 +
 
  '''plain --> cipher'''
 
  '''plain --> cipher'''
  

Version vom 24. Juli 2021, 15:02 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


$ 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