CIA TRIAD
1.) CONFIDENTIALITY - OBTAINED BY ENCRYPTION
2.) INTEGRITY - OBTAINED BY HASHING
3.) AUTHENTICATION - OBTAINED BY DIGITAL CERTIFICATE / DIGITAL SIGNATURE / DIGITAL TOKEN etc..
# Some methods of proving identity , is that the device must send you something about itself that is trustworthy and reliable.
# Digital Certificates serve dual-purposes:
1.) Provide verifiable authentication credentials.
2.) Provide a public key for use with asymmetric encryption.
# Digital Certificate also called as RSA certificate , SSL certificate , Identity certificate , public key certificate , X.509 certificates, SubCA or root certificate.
# A digital certificate is an electronic passport that allows a person , computer or organization to exchange information securely over the internet using the public key infrastructure.
# Digital certificates are commonly obtained by , and stored by web browsers.
# It contains the public key of a webserver , VPN endpoint , etc.
# Some features that use certificates are shown below.
