munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
user-service
/
com.munchies.user.domain.port
/
PasswordHasher
Password
Hasher
interface
PasswordHasher
Abstraction for generating salts and hashing passwords within the domain boundary.
Inheritors
KotlinPasswordHasher
Members
Functions
generate
Salt
Link copied to clipboard
abstract
fun
generateSalt
(
)
:
String
hash
Link copied to clipboard
abstract
fun
hash
(
password
:
String
,
salt
:
String
)
:
String