| ▲ | shiandow 6 months ago | |
Converting large integers to decimal is nontrivial, especially when you don't trust languages to handle large numbers. Why you wouldn't just use the hexadecimal that everyone else seems to use I don't know. There seems to be a rather arbitrary cutoff where people prefer base64 to hexadecimal. | ||
| ▲ | chipsa 5 months ago | parent [-] | |
Size: base 64 is 2/3 the number of bytes as hex. | ||