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.
Return
the implementation.