Any user that does not have the key cannot access the encrypted data.
任何没有密钥的用户都不能够访问加密的数据。
Listing 5 demonstrates how you can decrypt the encrypted data if you have the right private key.
清单5示范了当您有正确的私钥时,如何对加密的数据进行解密。
The client authenticates the encrypted/signed data by passing the corresponding key information to the service provider.
客户机通过将相应的密钥信息传递给服务提供程序来认证经过加密或签名的数据。
There is no provision for non-repudiation as all application data that is exchanged has been encrypted using symmetric key technology.
由于所有应用程序数据通过对称密钥技术进行加密后才进行交换,因此没有提供不可否认特性。
The key and the plain text are processed together according to the DES algorithm to produce the encrypted (cipher text) form of the plain text data.
根据des算法对密钥和纯文本统一处理以生成一个加密的(密文)形式的纯文本数据。
Data encrypted using the private key can be decrypted using the corresponding public key.
使用私有密匙加密的数据可以使用对应的公共密匙解密。
All the information necessary for decryption is present within the XML encryption tags: the name of the encryption algorithm, the type of data that was encrypted, and the name of the encryption key.
XML加密标记中存在着解密需要的所有信息:加密算法的名称、加密的数据类型以及加密密钥的名称。
This encrypted part can only be read by the receiver with the private key corresponding to the public key that was used to encrypt the data.
只有当接收者具有与加密数据时使用的公钥相对应的私钥时,才能阅读这部分被加密的数据。
Step 4: Create the Decryptor object with decryption key and the location of the encrypted data that is to be decrypted.
步骤4:用解密密钥和需要解密的加密数据所在的位置创建Decryptor对象。
The CipherValue element, instead, contains the encrypted values of both the key and the sensitive data.
CipherValue元素则包含密钥和敏感数据的加密值。
This encrypted data element references the <xenc:EncryptedKey> value from the security header as the key for the symmetric encryption used on the Body content.
这个已加密的数据从安全头部引用 <xenc:EncryptedKey>值作为在Body内容中用于对称加密的密匙。
This configuration is more maintainable and more scalable since there is only a logical segregation and therefore each individual data element may be encrypted by a separate key.
这种配置更容易维护,也更容易扩展,因为其中只有一个逻辑分离,因此每一个数据元素都可以使用不同的密钥进行加密。
The bulk of the data is encrypted using a symmetric key algorithm that encrypts and decrypts data using a single secure key.
数据块使用一个对称密钥算法进行加密,它使用一个密钥来实现对数据的加密和解密。
Requiring everything to be one-way-encrypted using a strong algorithm key means that your data is very secure, but not convenient to use.
使用强大的算法密钥将所有数据都进行单向加密意味着您的数据非常安全,但是使用时很不方便。
The transmitted data is encrypted using public key (asymmetric) cryptography so that only the holder of the corresponding private key can decrypt the data.
传递的数据使用公钥(非对称)加密算法加密,所以只有对应私钥的持有者才能解密数据。
The public and private key scheme is interesting because data encrypted with a public key can only be decrypted with the associated private key.
公钥与私钥方案非常有趣,因为使用公钥加密的数据只能由相关私钥进行解密。
Encryption using a public-private key is slow and is directly proportional to the size of the data being encrypted.
使用公司密钥加密很慢,而且直接与加密的数据大小成正比。
This has to match another encrypted key that is generated from a string of data scanned into the system from the optical bar-code printed in the passport.
这一密钥须同另一个密钥相匹配,后者是由印刷在护照上的条形码扫描入系统后生成的。
The recover operation adds a lot of value in cases where the private key of the pair is used to encrypt data; if the private key were lost, the encrypted data would also be lost.
恢复操作在密钥对的私钥被用来加密数据的情况下添加很多值。如果丢失了私钥,则加密的数据也会丢失。
SecureCloud enables you to store encrypted data in the cloud while controlling your own keys using Trend's key-management technology.
SecureCloud可以让你在云端存储加密数据,同时允许你使用Trend的密钥管理技术来控制自己的密钥。
If for some reason you cannot restore the encryption key, the report server will never be able to decrypt and use any data that is encrypted with that key.
如果由于某些原因无法还原加密密钥,报表服务器将永远无法解密和使用由该密钥加密的所有数据。
Note that changing an encryption key may require a significant maintenance window; all existing encrypted data will require decryption with the old key and encryption with the new key.
注意,更改加密密钥时可能需要一个有效的维护窗口。所有已经被加密的数据需要用旧的密钥进行解密,然后用新的密钥加密。
At run time, Rampart needs to get the password used to protect the private key to be used to decrypt the encrypted data.
在运行时,Rampart需要获得用于保护私有密匙的密码,这个私有密匙用于对已加密数据进行解密。
The key used for the data encryption is encrypted itself using an asymmetric algorithm with the public key associated with the Service Provider's X.509 certificate.
用于数据加密的密钥是使用带有与服务提供者(Service Provider)的 X.509 证书相关联的公钥的非对称算法进行加密的。
When the compressed data in encrypted way is transmitted by using SVPN, it can be divided into two parts: key information and assistant information and only the key information needs to be encrypted.
在SVPN中加密传输压缩数据时,为了减少SVPN网关的加密计算量,可以把压缩数据本身分为关键信息和辅助信息两类,只对关键信息进行加密传输。
Data that is encrypted with the public key can be decrypted only with the private key.
用公钥加密的数据只能够被私钥解密。
A digital signature is a data digest encrypted with the private key of the signer.
数字签名是指使用签名人私钥加密的数据摘要。
The model not only realizes key management, encrypted communication, digital signature and identity authentication, but also is fit for network system with real time and large data transfer.
本模型不仅适用于实时的、大数据传输的网络系统,而且实现了密钥管理、加密管理、数字签名以及身份认证等功能。
When you sign a stored procedure with a certificate, a data digest consisting of the encrypted hash of the stored procedure code is created using the private key.
当使用证书为存储过程签名时,会使用私钥创建由该存储过程代码的加密哈希组成的数据摘要。
When overridden in a derived class, creates the encrypted key exchange data.
当在派生类中重写时,创建加密的密钥交换数据。
应用推荐