-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjohn_pbkdf2-hmac-sha1.c
28 lines (28 loc) · 2.93 KB
/
john_pbkdf2-hmac-sha1.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{"$pbkdf2-hmac-sha1$1000.fd11cde0.27de197171e6d49fc5f55c9ef06c0d8751cd7250", "3956"},
{"$pbkdf2-hmac-sha1$1000$6926d45e$231c561018a4cee662df7cd4a8206701c5806af9", "1234"},
{"$pbkdf2-hmac-sha1$1000.98fcb0db.37082711ff503c2d2dea9a5cf7853437c274d32e", "5490"},
// WPA-PSK DK (raw key as stored by some routers):
// iterations is always 4096.
// ESSID was "Harkonen" - converted to hex 4861726b6f6e656e.
// Only first 20 bytes (40 hex chars) of key is required but if
// you supply all 32 (64) of them, they will be double checked
// without sacrificing speed.
// Please also note that you should run such hashes with --min-len=8,
// because WPAPSK passwords can't be shorter than that.
{"$pbkdf2-hmac-sha1$4096$4861726b6f6e656e$ee51883793a6f68e9615fe73c80a3aa6f2dd0ea537bce627b929183cc6e57925", "12345678"},
// these get converted in prepare()
// http://pythonhosted.org/passlib/lib/passlib.hash.atlassian_pbkdf2_sha1.html
/* %% not supported in john-devkit */
//{"{PKCS5S2}DQIXJU038u4P7FdsuFTY/+35bm41kfjZa57UrdxHp2Mu3qF2uy+ooD+jF5t1tb8J", "password"},
// http://pythonhosted.org/passlib/lib/passlib.hash.cta_pbkdf2_sha1.html
/* %% not supported in john-devkit? */
//{"$p5k2$2710$oX9ZZOcNgYoAsYL-8bqxKg==$AU2JLf2rNxWoZxWxRCluY0u6h6c=", "password" },
// tests of long salts at areas where bugs could be found in the openCL code.
{"$pbkdf2-hmac-sha1$1000.30313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334.be2cfcaf566d4fcd45670b52fb0bd0372a0b9b2f", "password"},
{"$pbkdf2-hmac-sha1$1000.3031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031.c2dd966f13812d4c6012bfa9c0326b308e7a3dd5", "password"},
{"$pbkdf2-hmac-sha1$1000.30313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930.0743822bd75e509ce5ee4028d59fb0eaa00404a0", "password"},
{"$pbkdf2-hmac-sha1$1000.303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839.48aac2e43431406af6fa08cb4ad23d98101bff04", "password"},
{"$pbkdf2-hmac-sha1$1000.303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930313233.3a025719f3f4120d0172e56d504790916e0be397", "password"},
{"$pbkdf2-hmac-sha1$1000.3031323334353637383930313233343536373839303132333435363738393031323334353637383930313233343536373839303132.fae2eacc292606642bbf4eb74c35e18bc5f6297b", "password"},
{"$pbkdf2-hmac-sha1$1000.30313233343536373839303132333435363738393031323334353637383930313233343536373839303132333435363738393031.c13037123928b5c895df01e2e371752d447495ca", "password"},
{"$pbkdf2-hmac-sha1$1000.303132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353637383930.a145d99036ea8d7ec08b5b10b3fa2b5227482d16", "password"},