Asymmetric Encryption
Asymmetric encryption, also called public-key cryptography, uses a mathematically linked pair of keys — a public key that can be shared openly and a private key kept secret — where data encrypted with one key can only be decrypted with the other.
6 resources across 2 libraries
Glossary Terms(5)
Public Key Infrastructure (PKI)
Public Key Infrastructure (PKI) is the set of policies, roles, and technology used to create, manage, distribute, and revoke digital certificates that bind pub…
Symmetric Encryption
Symmetric encryption is a cryptographic method that uses a single shared secret key to both encrypt and decrypt data, requiring that key to be securely shared…
Asymmetric Encryption
Asymmetric encryption, also called public-key cryptography, uses a mathematically linked pair of keys — a public key that can be shared openly and a private ke…
Hashing Algorithm
A hashing algorithm is a mathematical function that transforms input data of any size into a fixed-length string of characters, called a hash, in a way that is…
Digital Signature
A digital signature is a cryptographic mechanism that proves a piece of data was created by a specific party and has not been altered since it was signed, usin…