Y
Hacker News
new
|
ask
|
show
|
jobs
by
ThreeFx
2062 days ago
I must say I never dove into the internals of base64 encoding, but this does indeed make a lot of sense :)
Thanks!
1 comments
matt-attack
2061 days ago
Base64 is just like base10 but they needed 55 more characters beyond the 0-9. So someone decided to use letters (both lower case and upper case) and a few symbols.
link
jstanley
2060 days ago
> Base64 is just like base10 but they needed 55 more characters beyond the 0-9
How did you work that out?
link