
Cryptography has roots dating back to Julius Caesar, but in the digital age, it has evolved into a sophisticated science of securing information. At its simplest, it is the process of scrambling (encryption) and unscrambling (decryption) messages between a sender and a receiver.
Digital cryptography relies on Keys—mathematical values used to lock and unlock data. There are two primary systems used today:
In this system, both the sender and the receiver use the exact same private key to encrypt and decrypt the message.
To solve the "secret sharing" problem, this system uses a pair of mathematically linked keys:
"Cryptography converts data into a format that is unreadable for an unauthorized user, allowing it to be transmitted without unauthorized entities decoding it back into a readable format."