diff options
author | Björn Esser <besser82@fedoraproject.org> | 2017-10-21 22:27:51 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2017-10-21 23:38:33 +0200 |
commit | 6b317d8cd8208a85d6370889f22d989a7eadee1c (patch) | |
tree | 0be7ff86ab163fa815a090ff1defcc19c667e8c7 /.gitignore | |
parent | 650326b42acf5531431cef0e3ac277b9a73a0c8f (diff) | |
download | libxcrypt-6b317d8cd8208a85d6370889f22d989a7eadee1c.tar.gz libxcrypt-6b317d8cd8208a85d6370889f22d989a7eadee1c.tar.bz2 libxcrypt-6b317d8cd8208a85d6370889f22d989a7eadee1c.zip |
Add support for NTHASH ($3$) from FreeBSD
FreeBSD implemented support for the NT LAN Manager hash algorithm to provide
easier compatibility with NT accounts. The NT-Hash algorithm is known to be
weak, as it uses the deprecated md4 hash algorithm without any salting.
FreeBSD used the $3$ prefix for this. Its use is not recommended, as it is
easily broken.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ /test-crypt-bcrypt /test-crypt-des /test-crypt-md5 +/test-crypt-nthash /test-crypt-sha256 /test-crypt-sha512 /test-des-obsolete |