diff options
author | Samanta Navarro <ferivoz@riseup.net> | 2020-10-10 11:16:27 +0000 |
---|---|---|
committer | Samanta Navarro <ferivoz@riseup.net> | 2020-10-10 11:16:27 +0000 |
commit | d3c5b3dd41e13a17a42d1af278f99720adaa23d4 (patch) | |
tree | 7375313352e490c399c6fa421b27c2c55e309db4 /NEWS | |
parent | b4754974c5973e2e9f7934763ad2d0eb3e29777c (diff) | |
download | libxcrypt-d3c5b3dd41e13a17a42d1af278f99720adaa23d4.tar.gz libxcrypt-d3c5b3dd41e13a17a42d1af278f99720adaa23d4.tar.bz2 libxcrypt-d3c5b3dd41e13a17a42d1af278f99720adaa23d4.zip |
Fix typos.
Typos were found with codespell.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ Version 4.3.2 * Fix the gensalt function for the NT hashing method ($3$) to properly terminate its output string. The output buffer for the returned string must be at least 30 bytes long. -* Remove the gensalt fuction for the bcrypt x variant ($2x$). +* Remove the gensalt function for the bcrypt x variant ($2x$). This prefix was never intended for use when hashing new passphrases. The only use case originally intended was to manually edit '$2a$' to '$2x$' in passphrase hashes to knowingly take the risk yet enable |