Skip to content

Commit

Permalink
Update guides/v2.2/config-guide/secy/hashing.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Kevin Harper <keharper@users.noreply.github.com>
  • Loading branch information
dobooth and keharper authored Oct 29, 2019
1 parent 0e8b357 commit bbafc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/v2.2/config-guide/secy/hashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To avoid compromising passwords that have been hashed with outdated algorithms l
password_hash:salt:version0:versionn
```

where `version0`...`versionn` represents all the hash algorithms versions used on the password. Also, the salt always stored together with the password hash so we can restore the entire chain of algorithms. An example looks like:
where `version0`...`versionn` represents all the hash algorithms versions used on the password. Also, the salt is always stored together with the password hash, so we can restore the entire chain of algorithms. An example looks like:

```text
a853b06f077b686f8a3af80c98acfca763cf10c0e03597c67e756f1c782d1ab0:8qnyO4H1OYIfGCUb:1:2
Expand Down

0 comments on commit bbafc77

Please sign in to comment.