Discussion: Base64 encode and decode in the Standard Library

Thank you @fabianfett for bringing this up. Personally, I was wondering why Base32 and Base64 encoding/decoding is not part of the standard or core libraries.

For Base64 you at least have the option to use Data, but as far as I can tell there is no out-of-the-box way to work with Base32. I would appreciate if both could become part of the standard or core library in the future.