VDict mobile



algorithm, cryptography 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:
are generally used complementarily.
Public-key encryption algorithms include RSA;
private-key algorithms include the obsolescent Data EncryptionStandard, the Advanced Encryption Standard, as well as
The Unix command crypt performs a weak form of encryption.
Stronger encryption programs include Pretty Good Privacy and
Other closely related aspects of cryptograph include
(2003-04-12)