SyncCrypto

interface SyncCrypto

Public interface to encrypt and decrypt Sync related data

Functions

Link copied to clipboard
abstract fun decrypt(data: String): String

Decrypts a blob of text

Link copied to clipboard
abstract fun encrypt(text: String): String

Encrypts a blob of text