public interface EncryptionModule
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String cipherText)
Decrypt a encrypted string
|
String |
encrypt(String plainText)
Encrypt a text string
|
Boolean |
matches(String raw,
String encrypted)
Check to see if a text string matches a generated encrypted token.
|
Copyright © 2022. All rights reserved.