Convert from Base64 to bytes in an unexciting way. From https://developer.mozilla.org/en-US/docs/Glossary/Base64 which goes through an intermediate string form. Bleh.
Base64-encoded string.
String decoded into bytes.
Convert from Base64 to bytes in an unexciting way. From https://developer.mozilla.org/en-US/docs/Glossary/Base64 which goes through an intermediate string form. Bleh.