vertx / io.vertx.rxjava.ext.auth.jdbc / JDBCHashStrategy / createPBKDF2

createPBKDF2

open static fun createPBKDF2(vertx: Vertx): JDBCHashStrategy

Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17). New deployments should use this strategy instead of the default one (which was the previous OWASP recommendation). The work factor can be updated by using the nonces json array.

Parameters

vertx - the vert.x instance

Return
the implementation.