summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2017-10-25 16:23:47 +0200
committerBjörn Esser <besser82@fedoraproject.org>2017-10-26 01:10:38 +0200
commit4f59d75f2d8fca95025699680b29d4be81d1c1be (patch)
tree3574c5dc2dde1b206ce1873d885aeb595d34ce7d /.gitignore
parent22989aea10aa497667b02bdcdb8969cdbf737808 (diff)
downloadlibxcrypt-4f59d75f2d8fca95025699680b29d4be81d1c1be.tar.gz
libxcrypt-4f59d75f2d8fca95025699680b29d4be81d1c1be.tar.bz2
libxcrypt-4f59d75f2d8fca95025699680b29d4be81d1c1be.zip
crypt-pbkdf1-sha1: Add support for PBKDF1 with SHA1 ($sha1$<rounds>$<salt>$)
PBKDF1 with SHA1, as defined in RFC 2898, section 5.1 applies a hash function, which is SHA-1, to derive keys. This implementation is the modified version from NetBSD using HMAC-SHA1 instead of plain SHA1 hashing, like used in PBKDF2. PBKDF1 with SHA1 is recommended only for compatibility with existing applications since the keys it produces may not be large enough for some applications.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9af74d5..3728add 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,6 +62,7 @@
/test-crypt-md5
/test-crypt-nonnull
/test-crypt-nthash
+/test-crypt-pbkdf1-sha1
/test-crypt-sha256
/test-crypt-sha512
/test-crypt-sunmd5