exposed
Toggle table of contents
1.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed
exposed-crypt
/
org.jetbrains.exposed.v1.crypt
/
PasswordEncoderHasher
/
hash
hash
open
override
fun
hash
(
plainText
:
String
)
:
Hashed
Hashes
plainText
into the value to be stored, salting it if the algorithm supports salting.