If your list of user passwords falls into the wrong hands, there's literally no way it can be decrypted to plaintext. 如果您的用户密码列表落入不法之徒之手,他们实际上没有将密码解密为明文的方法。
It also helps if you know the plaintext is in Latin, but you get the picture. 它还可以帮助您判断明文是否为拉丁文,让您对其有大致的了解。
The input type selected for the password field is text, which means that anything the user types into that field appears as plaintext on the screen. 为密码字段选择的输入类型为text,这意味着用户键入该字段的任何内容都会以明文形式显示在屏幕上。
It's one-way because once you encrypt something, you can never get it back into plaintext. 它只所以是单向的,是因为在对某内容进行加密后,您永远不能将其反转为明文。
There's another way to use crypt() that isn't so good: using as the salt the first n characters of the plaintext. 还有使用crypt()的另一种方法,这种方法不太好:将明文的前n个字符用作salt。
At the end of this process, you still have a plaintext password in the database. 在这一过程结束时,数据库中仍有一个明文密码。
This syntax means that the password has been encoded to prevent it from being exposed in plaintext in the configuration file. 这一语法说明密码已加密,不会以明文方式出现在配置文件中。
By examining the ciphertext, you can use a few heuristic tricks to figure out the plaintext has been shifted two characters. 通过检查暗文并借助一些启发式的技巧,您可以知道,明文实际上是移动了两个字符。
It also contains unencrypted, plaintext passwords. 它还包含未加密的明文密码。
Toggles a plaintext message from appearing in a fixed font. 将纯文本邮件切换为不以固定字体出现。
It is most unsuccessful when the significant information transmitted in plaintext forms on network, so we need to encrypt datas. 当重要的信息在网络上以明文的形式传输时是极不安全的,这就需要对数据进行加密。
Conversely, plaintext encrypted with the private key can be decrypted only with the public key. 相反,用秘密密钥加密的普通文本只能由公开密钥解密。
Encryption is the process of transforming plaintext into ciphertext, while stenography hides the message in covers to transmission. 信息加密将明文变成密文,信息隐藏将数据隐藏在某种载体中。
Thus, plaintext is now garbled ciphertext. 这样,普通文本就捣弄成了密码文本。
In a public-key cryptosystem, plaintext encrypted with the public key can only be deciphered with the private key from the same pair. 在公开密钥密码系统中,用明匙加密的普通文本只能由同一对钥匙中的秘密密钥解密。
Obviously, if the index contains the plaintext values, the security of the data is compromised. 显然,如果索引包含明文值,那么数据的安全就要受到危害。
This field will be converted to plaintext and all the formatting stored in the field will be removed. Do you want to convert this field to plaintext? 该域将被转换为纯文本,域中存储的的所有格式将被删除。是否希望将此域转换为纯文本?
An external style sheet is a plaintext file with a.css file name extension that contains only style rules. 外部样式表是一个具有.css文件扩展名的纯文本文件,仅包含样式规则。
In computer security, unintelligible text or signals produced through the use of cipher systems. 计算机安全学中,通过密码系统产生的不可理解的文字或信号。参阅plaintext。
In the context of message security, plaintext is used to differentiate from ciphertext to indicate that the text is not encrypted. 在讨论邮件安全性的上下文中,纯文本用于区别密码,以指出该文本未加密。
Data indicate that among the files kept by the U. N., it takes the least room to record documents in Chinese. I found two ways to employ the grilles and tables to encode and decode plaintext. 有资料表明,在联合国保存的文件中,同样内容以用汉字书写所占页码最少。我发现两种运用格板和表格将明文编码与解码的方法。
Design and implementation of plaintext embedding in elliptic curve cryptosystem 椭圆曲线密码系统中明文嵌入算法的设计与实现
The steps and operations performed in converting encrypted messages into plaintext without initial knowledge of the key employed in the encryption. 在不知道密码系统的密钥的情形下,将密文转变成明文的步骤和操作(过程)。
As you can see, we include a sequence number(" seq_num") along with attributes of the plaintext message ( here it's called "TLSCompressed"). 也许你已经看到,我们加入了一个序列号(“seqnum”)和明文消息(这里被称为TLSCompressed)的一些其他属性。
Because of the daily encryption, the plaintext is not only a number, often have letters or other characters appear. 本算法与书上的相比稍微改动了一些。因为日常加密中,明文不单是数字,经常会有字母或者其他字符出现。
Simulation results of image encryption applied with the binary sequence also show that the binary sequence can cover up plaintext effectively and safely, and good encryption results are achieved. 将其应用于图像加密的仿真实验结果也表明,该二值序列能有效且安全地掩盖明文信息,取得了较好的加密效果。
I found two ways to employ the grilles and tables to encode and decode plaintext. 我发现两种运用格板和表格将明文编码与解码的方法。
This seed is encrypted, and the result is combined with a block of plaintext to produce the ciphertext. 加密种子后,将加密结果与明文块结合产生密文。
Indicates whether an authenticator was encrypted together with the plaintext. 指示是否与明文一起加密了验证器。