Encryption provides Confidentiality of the data within a provided context
In Encryption, a Cipher is applied to a Message which results in the encrypted Ciphertext
In an Encryption scheme, the Message or information, referred to as plaintext, is encrypted using a Cipher, generating Ciphertext that can only be read if decrypted.
For technical reasons, an Encryption scheme usually uses a pseudorandom number generator by an algorithm.
Although it is possible to decrypt the message without possessing the key, the process requires large computational resources and large time frames which make the decryption impractical.
An authorized recipient (Bob) can easily decrypt the message with the key provided by the originator (Alice) to recipients, but not to unauthorized interceptors (Eve)
Where:
Bob needs two things to decrypt the Ciphertext: