字典二二>英语词典>decryption翻译和用法

decryption

n.  解密;译码,密电码回译

计算机

COCA.37785

英英释义

noun

  • the activity of making clear or converting from code into plain text
    1. a secret key or password is required for decryption
    Synonym:decodingdecipherment

双语例句

  • The session key can be obtained by using the special equation and the service private-key in decryption.
    解密时利用特殊等式和服务密钥可获得会话密钥。
  • If the private key is encrypted with a password in the database, the decryption password must be specified.
    如果在数据库中使用密码对私钥进行加密,则必须指定解密密码。
  • A symmetric key is one key that is used for both encryption and decryption.
    对称密钥是加密和解密都使用的一个密钥。
  • Encryption and decryption can either be performed on a string supplied to the function or on a file.
    对提供给函数的字符串或文件,都可以执行加密和解密。
  • The document is decrypted using the decryption key.
    解密密钥会被用来对文档进行解密。
  • You can use DB2 provided encryption and decryption methods to encrypt/ decrypt the column data.
    可以使用DB2提供的加密和解密方法对列数据进行加密/解密。
  • The same key is used for both encryption and decryption.
    加密和解密使用相同的密钥。
  • This security policy performs digital signing and verification, encryption and decryption using asymmetric cryptography.
    此安全策略使用非对称加密执行数字签名与验证、加密和解密。
  • You can also use AES_ENCRYPT and AES_DECRYPT functions for encryption and decryption of column data.
    还可以使用AESENCRYPT和AESDECRYPT函数对列数据进行加密和解密。
  • A Cipher class object is created and initiated in the decryption mode.
    这样就用解密方式创建并初始化了Cipher类对象。