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

createSHA512

open static fun createSHA512(vertx: Vertx): JDBCHashStrategy

This is the current backwards compatible hashing implementation, new applications should prefer the PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.

Parameters

vertx - the vert.x instance

Return
the implementation.