Description: The term Base64 refers to a specific MIME content transfer encoding. It is also used as a generic term for any similar encoding scheme that encodes binary data by treating it numerically and translating it into a base 64 representation.The buffer is then used, six bits at a time, most significant first, as indices into the string: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", and the indicated character is output.
To Search:
File list (Check if you may need any files):
base64\base64
......\......\Base64.cs
......\......\base64.csproj
......\......\bin
......\......\...\Debug
......\......\...\.....\base64.exe
......\......\...\.....\base64.vshost.exe
......\......\Program.cs
......\......\Properties
......\......\..........\AssemblyInfo.cs
......\base64.sln
base64