I need to encode a short String as base 64 in GWT and decode the base 64 string on the server. Anyone have utility class or library for this?
Base64 class can't be used on the client side. It would have to be emulated.