Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
'''Public-key encryption''' is an asymmetric [[encryption]] method in which 2 complementary keys are used. What gets encrypted by one of the keys can only be decrypted by the other. Generally one key of the pair is kept safe by an individual and the other key is distributed as widely as possible, after which 2 things can be done.
+
'''Public-key encryption''' is an asymmetric [[encryption]] method in which 2 complementary keys are used. What gets encrypted by one of the keys can be decrypted only by the other. Generally one key of the pair is kept safe by an individual and the other key is distributed as widely as possible, after which two things can be done.
    
If a message can be decrypted using the widely distributed ("public") key, it proves that the author of the message is the individual that holds the private key. Conversely, if a message is encrypted by the public key, it can only be decrypted by the key that was kept safe (the "private" key), making it possible to send a confidential message to the holder of the private key knowing only the public key. While this is the general principle of operation, many modifications are made in order to ensure practical and quick encryption.
 
If a message can be decrypted using the widely distributed ("public") key, it proves that the author of the message is the individual that holds the private key. Conversely, if a message is encrypted by the public key, it can only be decrypted by the key that was kept safe (the "private" key), making it possible to send a confidential message to the holder of the private key knowing only the public key. While this is the general principle of operation, many modifications are made in order to ensure practical and quick encryption.
54

edits

Navigation menu