What is PKI?
PKI, short for Public Key Infrastructure, is a security infrastructure based on public-key cryptography. It is used to issue and manage digital certificates, which serve as identification documents on the internet.
PKI consists of three main components:
Individuals or organizations with a digital certificate hold two cryptographic keys:
Public and private keys are paired. Data encrypted with the public key can only be decrypted with the private key, and vice versa (commonly using the RSA algorithm). This property enables tasks such as providing identity authentication through digital signatures and securing encrypted communication.