关于[Base32, base32url, base64url, and z-base-32 Encoding and Decoding in .NET]的摘要:
Standards based implementations of various Base32 and Base64 encoding/decoding methods. These are designed to encode binary data to plain text, and decode the resulting text back to the original binary. This is useful when you need to transfer binary data through technologies that only support text (such as including binary security tokens in URLs).
原文地址: https://www.codeproject.com/Tips/76650/Base-base-url-base-url-and-z-base-Encoding-and