|
A key is a single numeric value that is part of an algorithm for encrypting text. It is a sequence of characters used to encode and decode a file. The key is used to encrypt and/or decrypt a message. For a symmetric key algorithm, the same key is used for both encryption and decryption. For public key algorithms, the publicly known key can only encrypt the messages, the privately held key must be used to decrypt the messages
|