toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-crypt
/
org.jetbrains.exposed.crypt
/
Algorithms
/
AES_256_PBE_CBC
AES_256_PBE_CBC
fun
AES_256_PBE_CBC
(
password
:
CharSequence
,
salt
:
CharSequence
)
:
Encryptor
Returns an
Encryptor
that uses AES encryption with its cipher algorithm set to CBC mode.