Encryption (Cryptography)

A procedure that creates an encrypted file from a plain text message, which is only readable by sender and recipient. Usually a complex algorithm (mostly a sophisticated mathematical operation like permutation, polynomials) is used for Encryption. A distinction is drawn between symmetric (the same key is used for En- and Decryption) and asymmetric (different keys for En- and Decryption) Encryption.

Search the Lexicon