哈希密码比加密密码更安全,因为无法对其进行解密。
Hashed passwords are more secure than encrypted passwords because they can't be decrypted.
你可以使用标准的密码哈希密码恢复控制。
You can use standard password recovery control with hashed passwords.
哈希密码不能检索。
更好的替代方法是在数据库中存储加密密码或哈希密码。
A better alternative is to store encrypted or hashed passwords in the database.
通过向哈希中添加salt(密码安全随机值),可以进一步强化哈希密码。
You can harden a hashed password further by adding salt (a cryptographically secure random value) to the hash.
在给定密码和标识哈希类型的字符串的情况下,生成适合存储在配置文件中的哈希密码。
Given a password and a string identifying the hash type, produces a hash password suitable for storing in a configuration file.
NET 2.0包括应该简化密码哈希和连接字符串加密的许多功能。
ASP.NET 2.0 includes a number of features which should simplify the hashing of passwords and the encryption of connection strings.
密码的LM哈希需要使用下列六个步骤计算获得。
The LM hash of a password is computed using a six step process.
Salting这种技术可以用于生成随机数,并将该随机数用于计算密码的哈希。
Salting is a technique in which a random number is generated in order to compute the hash for the password.
UsernameToken规范允许使用单向安全哈希来保护摘要形式的密码,但ApplicationServerv6中没有提供该功能。
The UsernameToken specification allows for the use of a one-way secure hash to protect the password called a digest, but this functionality is not provided in Application Server V6.
将密码转换为lm哈希。
对于加密支持,Shiro真正关注的两个领域是加密哈希(又名消息摘要)和加密密码。
The two areas where Shiro really focuses its cryptography support is in the areas of cryptographic hashes (aka message digests) and cryptographic ciphers.
aspx包含用于将用户输入的密码与SecureUsers表中所存储密码的 salt 强化哈希版本比较的代码(参见图7)。
BestLogin.aspx contains code that compares the user-entered password with a salted hashed version of the password stored in the SecureUsers table (see Figure 7 ).
因此,Samba必须为Microsoft哈希保留单独的密码数据库;这就被称为密码后台。
Therefore, Samba must keep a separate password database for the Microsoft hashes; this is referred to as the password back end.
简单的哈希(例如有时在HTTP基本身份验证中使用的哈希)易受到回复攻击的威胁,因为攻击者可以很容易地探查到通信并能够在不知道密码的情况下回复哈希。
A simple hash, as sometimes used in HTTP Basic authentication, is subject to replay attacks because one can easily sniff the traffic and replay the hash without knowing the password.
该软件将能够通过哈希算法验证数据,甚至能通过恢复或绕过密码获得删除的手机信息。
The software will be capable of data authentication by hashing algorithms, and will even access deleted phone information by recovering or bypassing passwords.
这个实用工具可以为密码生成哈希值。
This utility will generate the hash for the password. The usage of this utility is.
运行Windows的计算机使用两种方法对用户密码创建哈希,这两种方法在本质上有着不同的安全意义。
Windows-based computers utilize two methods for the hashing of user passwords, both having drastically different security implications.
Microsoft客户端以 Microsoft 专用的哈希而不是纯文本或UNIX密码哈希形式在网络中传递密码。
Microsoft clients pass passwords around the network as a Microsoft-specific hash rather than plain text or a UNIX password hash.
可以通过openssl帮助确定受支持的密码和哈希格式列表,如清单1所示。
You can determine the list of ciphers and message digest formats supported by using openssl help, as shown here in Listing 1.
我也建议使用哈希的或者是加密过的密码而不是明文,然后一旦完成验证,就将它从内存中清除掉。
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.
如果你的目标是存储的哈希数据库中的密码,你可以使用SHA256。看到我的答案在这里与经典的ASP实现。
If your goal is storing a hash of a password in a database, you could use SHA256. See my answer here SHA256 with classic ASP.
网站的目的是证明用简单哈希函数来保护有价值的密码是不安全的,并促使开发人员使用更为安全的方法。
The goal of FreeRainbowTables. com is to prove the insecurity of using simple hash routines to protect valuable passwords, and force developers to use more secure methods.
请注意,这意味着你将要写一个纯文本文件到磁盘,不安全(人如果他们有写访问文件修改密码哈希)。
Note that this means you will have to write a plain-text file to disk which isn't secure (people could modify the password hash if they have write access to the file).
缓存的密码哈希值仅用于访问本地工作站。
The cached password hash is used only for accessing the local workstation.
利用密码哈希函数的良好性质和DLP的困难性问题,构造了一个可验证可关联的环签名方案。
Making use of the good properties of cryptography Hash functions and the difficulties of DLP, a verifiable and linkable ring signature scheme is constructed.
存储密码的另一种方法是只存储密码的哈希。
An alternative to storing passwords is to store only a hash of the password.
介绍基于对称密码系统的可证明安全理论,利用平方哈希函数实现技术,对一种可证明安全算法DFC实施改进后,安全性没有损失,但是速度得到了提高。
In this paper, based on provable security theory, a provable security cipher DFC is improved on speed without lost of security by means of fast implementation of square hash function.
虽然我们只存储加密的(用于同步的密码)或哈希和盐渍(认证),在这个系统中的密码,我们已经重置所有歌剧同步帐户密码作为一项预防措施。
Although we only store encrypted (for synchronized passwords) or hashed and salted (for authentication) passwords in this system, we have reset all the Opera sync account passwords as a precaution.
应用推荐