munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
user-service
/
com.munchies.user.infrastructure.adapter.outbound.hash
/
KotlinPasswordHasher
Kotlin
Password
Hasher
@
Singleton
class
KotlinPasswordHasher
:
PasswordHasher
Concrete
PasswordHasher
implementation using SHA-256.
Members
Constructors
Kotlin
Password
Hasher
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
generate
Salt
Link copied to clipboard
open
override
fun
generateSalt
(
)
:
String
hash
Link copied to clipboard
open
override
fun
hash
(
password
:
String
,
salt
:
String
)
:
String