Encryption: Public Key and Private Key
A popular technic for encrypting messages sent between two users is the asymmetric key encryption scheme. The main aspects of this scheme is the use of public and private keys to utilize the encryption between sender and receiver. Two keys are present for the sender/receiver and these are unique and as the names of the keys suggests there is one Private key and one Public Key. The Public key is public to the entire world whereas the Private Key is kept hidden and confidential as anyone in possession of the private is capable of decryption the messages encrypted by the corresponding public key and thereby reading the messages in plain text.
The two keys are mathematically related and any message encrypted with a public key, may only be decrypted by it's corresponding private key.
The two keys are mathematically related and any message encrypted with a public key, may only be decrypted by it's corresponding private key.
- Public Key
- Private Key
Kommentarer
Send en kommentar