funcool/buddy-core

Missing base64 encoding

Closed this issue · 1 comments

The buddy.core.codecs imports the org.apache.commons.codec.binary.Base64 class but doesn't use it at all.
It would be convenient if there were base64->bytes and bytes->base64 functions doing conversion from/to base65 encoded string.

Can submit a patch if there's any interest in this.