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)
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.


No differences found