Encryption

шифрование, зашифровывание процесс применения шифра к защищаемой информации, т.е. преобразование защищаемой информации (сообщения, файла, записи в БД и т.д.) в шифрованное сообщение с помощью определённых правил, содержащихся в шифре, чтобы её не смог прочесть пользователь, не имеющий ключа к данному шифру. Термины "шифрование" и "кодирование" по современным представлениям не являются синонимами Смотри также: ciphertext, cryptography, decryption, DES, DSA, plaintext, public-key encryption, scrambler Например: "The messages were super-encrypted with a 256-bit system specially made at the NSA" (Tom Clancy) Сообщения были сверхнадёжно зашифрованы системой с 256-битовым ключом, специально разработанной АНБ

Англо-русский словарь компьютерных терминов

Encryption

связь. шифрование; шифровка

Англо-русский научно-технический словарь

Encryption

шифрование; шифровка

Англо-русский политехнический словарь

Encryption

noun see encrypt

Merriam-Webster's Collegiate Dictionary

Encryption

Any procedure used in cryptography to convert plaintext into ciphertext (encrypted message) in order to prevent any but the intended recipient from reading that data. Schematically, there are two classes of encryption primitives: public-key cryptography and private-key cryptography; they are generally used complementarily. Public-key encryption algorithms include RSA; private-key algorithms include the obsolescent Data Encryption Standard, the Advanced Encryption Standard, as well as RC4. The Unix command crypt performs a weak form of encryption. Stronger encryption programs include Pretty Good Privacy and the GNU Privacy Guard. Other closely related aspects of cryptograph include message digests.

Free Online Dictionary of Computing