語言選擇:
免費網上英漢字典|3Dict

encryption

資料來源 : pyDict

加密;   (是指依據加密關鍵值,將數據包內的數據進行轉換, 以防止數據被非授權者截獲,而非法得知數據內容)

資料來源 : WordNet®

encryption
     n : the activity of converting from plain text into code [syn: {encoding}]

資料來源 : Free On-Line Dictionary of Computing

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}.
     
        (2003-04-12)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z