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

computeHash

open fun computeHash(password: String, salt: String, version: Int): String

Compute the hashed password given the unhashed password and the salt

Parameters

password - the unhashed password

salt - the salt

version - the nonce version to use

Return
the hashed password