Skip to content

How to encrypt & decrypt

tpkarras edited this page May 13, 2025 · 21 revisions

Encrypting data is a one step process and decrypting data is a two step process. All you need for encrypting and decrypting is the key and/or AAD provided when encrypting and a KEFInfo instance which contains essential information needed to decrypt the data.

Clone this wiki locally