底层的提供者会处理好必要的密码散列或解密。
The underlying provider will take care of all necessary password hashing or decryption.
先尝试在普通使用场景下键入数千个单词,然后再输出密码散列。
Try values that allow you to type thousands of words in normal usage before printing a cryptographic hash.
当验证密码时,会员服务将当前密码散列,并与它的拷贝值进行比较。
When asked to validate a password, the Membership service hashes the presented password, then compares the hash value with its copy.
您也可以使用免费的斯坦福大学的密码散列浏览器提供额外的保护,通过独特的密码。
You can also use the free Stanford password Hash browser which provides additional protection through unique passwords.
当处于“record”模式时,这些停顿时间将被扩展为字符串并用于生成签名的密码散列。
When in "record" mode, these dwell times are expanded into a string and used to generate a cryptographic hash of the signature.
您需要使用mkpasswd程序(附带于大多数Linux分发版中)才能生成击键签名的密码散列。
You need the mkpasswd program (included in most Linux distributions) for generating the cryptographic hashes of the keystroke signatures.
这条命令将监视持有焦点的x窗口的击键,并在所有窗口中记录了10个平均数后输出击键停顿时间的密码散列。
This command will monitor the keystrokes of the currently in-focus X window and print out a cryptographic hash of the keystroke dwell times after 10 averages have been recorded across all Windows.
一般来说,特定的id值对于程序没有什么影响,但使用象密码散列或CRC这样的事物作为进程一部分的话,这就会是一个“陷阱”。
In general, the AD hoc id values will not matter to a program, but with the use of things like cryptographic hashes or CRCs as part of a process, this could be a "gotcha."
它使用用户标识作为密钥,其值为作为MD 5散列存储的密码。
It USES the user ID as the key, and the value is the password stored as an MD5 hash.
由于许多字符串可以生成相同的散列,所以不能必然地确定原始的字符串(用户的真实密码)。
Since multiple strings can generate the same hash, the original string (the user's real password), cannot necessarily be determined.
为了更多的利益,利用单向加密算法或散列,像MD 514或Blowfish,15将使密码的解密成为不可能。
For added benefit, using a one-way encryption algorithm or hash, like MD5 14 or Blowfish, 15 will make decrypting the password impossible.
注册新用户时,Web服务器当然会首先检查缓存,然后发出一条包含了用户名和散列密码的消息registerusermessage。
When registering a new user, the web server would of course first check its cache, and then send a RegisterUserMessage that contained the username and the hashed password.
加密算法和散列函数被进一步分组到密码规范中。
The encryption algorithm and the hash function are further grouped into CipherSpecs.
在检查密码时,会对比用户提供的密码的散列签名和数据库中存储的签名。
Password validation is done by comparing the hash signatures of the password provided by the user with the signature stored in the database.
而所用密码算法在设计上要使从两组不同数据得到同一个散列值——即“碰撞”——的概率极其小。
The algorithms are designed so that the probability of two different sets of data computing the same hash value — a collision — is extremely small.
如果你保存散列后的密码,这确实很好,你需要准备另一套方法来验证用户。
If you store hashed passwords, which is a really good idea, you need to prepare an alternate way of authenticating the user.
签发机构在证书上“签名”,用的是通过一种密码算法产生的散列值。
The signing authority "signs" a certificate using one of several cryptographic algorithms to generate a hash.
在对密码进行散列操作之后,如果服务器可以让用户登录,就会向PAM报告说已经成功进行了绑定。
If, after hashing the password, the server can log the user in, a successful bind is reported back to PAM.
取而代之的是,使用一种单向散列算法来避免密码被提取。
Instead, use a one-way hashing algorithm to prevent password extraction.
插件应用程序使用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.
用户访问密钥只是用户定义的密码(登录密码或EFS专用的另一个密码)的散列。
This user access key is nothing but a hash of a user-defined password (either login password or another password specific to EFS).
所高速缓存的数据的灵敏度:如果数据是个密码,您可能可以在获得已加速的性能的同时使用单向散列来安全地存储密码。
Sensitivity of data cached: if it is a password, you might be able to use a one-way hash to store the password securely while gaining accelerated performance.
tusers表存储用户ID(唯一的名称)、密码、(MD 5散列值)、密码过期日期、帐户是否已被锁定以及失败登录次数。
The USERS table stores the user ID (unique name), the password (MD5 hash), the password expiration date, whether the account is locked, and the number of failed login attempts.
对远程数据库使用db2auth插件时,管理员的密码(非散列值)。
The administrator's password (not hashed) when using the db2auth plug-in for remote databases.
为了使SSL会话中所使用的加密算法和散列函数的规范更容易,这些算法被分组到各个密码套件(CipherSuite)中。
To facilitate the specification of encryption algorithms and hash functions that are used during an SSL session, the algorithms are grouped into CipherSuites. A CipherSuite defines.
所以现在每个用户将重新设置自己的密码,因此增加了一个使用新的盐和散列。
So now each user will reset their own password, therefore adding one using the new Salt and hash.
用户帐户和密码(散列值)将直接存储在数据库中。
User accounts and (hashed) passwords are stored directly in the database. Furthermore, the following information is stored in a flat file called db2auth_key.txt.
如果你需要在本地验证用户的密码,用盐使用单向散列函数。
If you need to locally validate a user's password, use a one-way hashing function with salt.
可以从SQL注入发生输入的密码是否散列?
Can SQL injection happen from inputed passwords if they are hashed?
一个大问题是,只有第一个8个字符的密码将用于生成散列,只有两个字的盐。
A BIG problem is that only the first 8 characters from the password will be used to generate the hash and only two characters from the salt.
应用推荐