encrypt

abstract suspend fun encrypt(plaintext: String, scope: String): String

Encrypts plaintext written in scope. Must be randomized: see the class documentation.