Stop using vary_rounds with passlib
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 17:42:40 +0000 (17:42 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 17:42:40 +0000 (17:42 +0000)
commit7e62984c5010805bdb6ba2d7035a6a0b9bb475f1
tree46c652dbfdfa28ba94bb1a340ce9e751686e1d08
parent05b1c27a5bcb13abf97764bbb9d1a3cfa69f5d4f
Stop using vary_rounds with passlib

The passlib library has deprecated the vary_rounds KDF parameter
since it's basically pointless as long as a strong salt is employed.
Proactively remove the reference as it will no longer be accepted by
passlib 2.0.
mudpy/password.py