PasswordHasher

interface PasswordHasher

Abstraction for generating salts and hashing passwords within the domain boundary.

Inheritors

Functions

Link copied to clipboard
abstract fun generateSalt(): String
Link copied to clipboard
abstract fun hash(password: String, salt: String): String