在本文样例中,您使用了传输级安全性,否则密码将处于明文形式。
In the sample, you used transport level security because the password would otherwise be in clear text.
在此示例中,我们使用了传输级别的安全,因为密码是明文形式的。
In the sample, we used transport-level security because the password was in clear text.
在使用telnet这样的不安全“明文”协议时,网络上的任何人都可以窃取您的密码和其他敏感信息。
When using an unsecured, "clear text" protocol such as Telnet, anyone on the network can pilfer your passwords and other sensitive information.
可以使用密码摘要替代明文,从而进一步改进这个PHP模块。
You can improve it further by using the password as digest instead of clear text.
PAP(PasswordAuthenticationProtocol,密码验证协议,与PPP 一起使用,在此机制下,密码以明文形式被发送到客户机进行比较);
PAP (Password Authentication Protocol, used with PPP in which the password is sent to the client as clear text for comparison);
我对需要将明文数据字节放在8字节块的加密使用块密码算法,所以我用一些字符填充最后一个不完整的块。
I use a block cipher algorithm for encryption that requires the clear data bytes to be in blocks of 8 bytes, so I pad the last incomplete block with some characters.
使用窗体身份验证时通常使用此类型的表,而且在许多应用程序中,密码以明文形式存储。
This sort of table is commonly used when employing forms authentication, and in many applications the passwords are stored as clear text.
如果你想恢复明文密码,你可以重新配置会员提供者以加密的形式保存密码,这种情况下提供者将使用加密密码。
If you want to recover cleartext passwords, you can reconfigure the Membership provider to store the passwords in encrypted form, in which case the provider will use the to encrypt the password.
通过对客户端和服务器之间的身份验证消息进行加密,它可以防止在网络上使用明文来传输密码。
It prevents transmission of clear text passwords over the network by encrypting authentication messages between clients and servers.
插件应用程序使用MD 5散列算法对明文密码进行散列计算,并在数据库中存储散列形式的密码。
Instead, the clear-text passwords are hashed using an MD5 hash algorithm by the plug-in applications and are stored in this hashed form in the database.
并不在此文件中以明文指定这个用户的密码,而是必须使用tm1crypt把密码存储在一个加密的文件中。
The password for this user is not specified in the file in clear text. Rather the TM1 took tm1crypt must be used to store the password into an encrypted file.
如果不希望在代码中以明文形式直接嵌入数据库服务器密码,那么可以考虑使用MySQL的密码摘要特性。
If you don't want to embed the database server password directly in your code as clear text, you might want to look at the MySQL password digest features.
我也建议使用哈希的或者是加密过的密码而不是明文,然后一旦完成验证,就将它从内存中清除掉。
I also suggest working with hash'd or encrypted password instead of plain text and clearing it from memory as soon as authentication is completed.
使用哈希算法以加密的方式传输客户端凭据,这样,密码将不以明文形式传输。
Uses hashing to transmit client credentials in an encrypted manner so the password is not transmitted in clear text.
通过使用动态密码对明文的修补,使其密文长度与明文长度相等。
The ameliorated algorithm ensures the length of cipher text is equal to the length of plain text by patching it with dynamic cipher.
如果成员资格提供程序经过配置,可以对密码进行加密或以明文形式(不建议使用)存储密码,将会发送该用户的当前密码。
If your membership provider is configured to encrypt passwords or store passwords in clear text (which is not recommended), then the user's current password is sent.
如果成员资格提供程序经过配置,可以对密码进行加密或以明文形式(不建议使用)存储密码,将会发送该用户的当前密码。
If your membership provider is configured to encrypt passwords or store passwords in clear text (which is not recommended), then the user's current password is sent.
应用推荐