Aes256GCMEncryptor

Constructors

Link copied to clipboard
constructor(secretKey: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun decrypt(value: String): String

Decrypts previously encrypted text back to its original form. Implementations should ensure:

Link copied to clipboard
open override fun encrypt(text: String): String

Encrypts the given text using the implementation-specific algorithm. Implementations should ensure: