Difference between revisions of "IT-Security"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→Initial) |
Samerhijazi (talk | contribs) (→Ref.) |
||
| Line 1: | Line 1: | ||
=Authentication= | =Authentication= | ||
=Ref.= | =Ref.= | ||
| + | * https://www.learninjava.com/easy-guide-to-ssl/ | ||
* https://badssl.com/ | * https://badssl.com/ | ||
* https://www.learninjava.com/convert-p12-to-jks-and-pem-to-jks/ | * https://www.learninjava.com/convert-p12-to-jks-and-pem-to-jks/ | ||
Revision as of 16:41, 21 March 2022
Authentication
Ref.
- https://www.learninjava.com/easy-guide-to-ssl/
- https://badssl.com/
- https://www.learninjava.com/convert-p12-to-jks-and-pem-to-jks/
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.
- PKCS#12(.p12) and Java KeyStore Format(.jks).
* Base64-ASCII: PEM >>> *.pem, *.crt, *.cer, *.key * Base64-ASCII: PKCS#7 >>> *.p7b, *.p7c * Binary: DER >>> *.der, *.cer * Binary: PKCS#12 >>> *.pfx, *.p12