encryptString

fun encryptString(key: String, cleartext: String): String

Encrypt an arbitrary string - key must have come from create_key()