IT-Security

From wiki.samerhijazi.net
Revision as of 15:49, 21 March 2022 by Samerhijazi (talk | contribs) (Ref.)
Jump to navigation Jump to search

Authentication

Ref.

Initial

  • SSL & TLS are the same. SSL is the old name. TLS is the updated version of SSL.
  • X.509 Certificates encoding formats and file extensions.
* Base64-ASCII: PEM >>> *.pem, *.crt, *.cer, *.key
* Base64-ASCII: PKCS#7 >>> *.p7b, *.p7c
* Binary: DER >>> *.der, *.cer
* Binary: PKCS#12 >>> *.pfx, *.p12