Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Decoding a Base64 encoded string
#1

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)
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.