Join Slack
Powered by
val hex = Hex.encode(ciphertext).toString(Charset....
# android
r
Regan Russell
10/10/2017, 5:50 AM
val hex = Hex.encode(ciphertext).toString(Charset.defaultCharset()) seemed to fix the problem ... using "${hex}" didn't work either.
Open in Slack
Previous
Next