I want something as simple as "string" -> base64. With the older base64.encode-str it was easy (and sounded "more clojure", but the newer clojure.data.codec.base64
requires input and output streams and seems an ugly wrapper around Java way of doing things.
So, what is the way, having a string, to get a base64 encoded array? Thanks