encode

abstract fun encode(input: String): String
abstract fun encode(input: String, websafe: Boolean): String

TBD.