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)
commitc135b310950098c192b4e8f17673604630c5fc30
tree46c652dbfdfa28ba94bb1a340ce9e751686e1d08
parent0580d77ecba37ac032dde3e3d8d7b054ccc7fd74
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