Base64 encoding is a method to convert binary data into an ASCII string format using 64 printable characters (A-Z, a-z, 0-9, +, and /). This encoding scheme is widely used for transmitting binary data ...
Now that gRPC no longer supports Java 7, is there a appetite to move from Guava's Base64 encoder/decoder to the one provided by the JDK? Later version of the JDK have improved Base64 encoding/decoding ...