Decoding a Base64 encoded string
Created by admin on Wed, 29/08/2012 - 12:50
Abstract:
Base64 uses a 65 character subset of US-ASCII, allowing 6 bits for each character so the character "m" with a Base64 value of 38, when represented in binary form, is 100110. When a text string, let's say "mne" is encoded this is what happens : The text string is converted into its US-ASCII value. (In US-ASCII each character is assigned a value)
Upload File:
Add new comment