OpenSSL: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
  '''plain --> cipher'''
 
  '''plain --> cipher'''
  
 +
Types of encryption
 +
Symmetric encryption
 +
  Same key for encrypt/decrypt
 +
 +
 
  $ whereis openssl
 
  $ whereis openssl
 
  $ which openssl
 
  $ which openssl

Version vom 24. Juli 2021, 14:47 Uhr

OpenSSL Version

encryption for:
- data
- communication
- traffic
- secret
plain --> cipher
Types of encryption
Symmetric encryption
 Same 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