Need help with the test_generate_password_must_use_sha512_1000itr test on the broken api challenge. I’ve hashed the password using sha512 by itself, as well as with pbkdf_hmac and it didn’t accept either of them.
Please try again exactly as test titled points out. Test has been updated to reflect it.
I haven’t tried since posting. But when I initially tested it hashed the password using sha512 for 1000 iterations… and it complained. So I tried pbdf_hmac + sha512 for 1000 iterations thinking that a key stretching algorithm was what it was looking for but it didn’t work. I’ve since paused because I’m almost out of attempts.
you may try again. we remove some of the previous erroneous attempts so you have more attempts.