Password

class Password

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun hash(password: ByteArray): String
Link copied to clipboard
fun verify(hash: String, password: ByteArray): Boolean