val hex = Hex.encode(ciphertext).toString(Charset....
# android
r
val hex = Hex.encode(ciphertext).toString(Charset.defaultCharset()) seemed to fix the problem ... using "${hex}" didn't work either.