decrypt

open override fun decrypt(value: String, key: String): String

Decrypts a given value using the configured encryption mechanism.

Return

The decrypted string.

Parameters

value

The encrypted string to decrypt.

key

The key used for decryption.