summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2017-10-21 22:27:51 +0200
committerBjörn Esser <besser82@fedoraproject.org>2017-10-21 23:38:33 +0200
commit6b317d8cd8208a85d6370889f22d989a7eadee1c (patch)
tree0be7ff86ab163fa815a090ff1defcc19c667e8c7 /.gitignore
parent650326b42acf5531431cef0e3ac277b9a73a0c8f (diff)
downloadlibxcrypt-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ba89e20..53ed13d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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