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

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.
> Base64 is just like base10 but they needed 55 more characters beyond the 0-9

How did you work that out?