encrypt

abstract fun encrypt(str: String): ByteArray
abstract fun encrypt(data: ByteArray): ByteArray