BCrypt

@Serializable(with = PasswordHash.BCrypt.Serde::class)
@SerialName(value = "!BCrypt")
data class BCrypt(val encoded: String) : PasswordHash

Constructors

Link copied to clipboard
constructor(encoded: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val encoded: String

Functions

Link copied to clipboard
open override fun verify(password: String): Boolean