Encoding a numeric string into a shortened alphanumeric string, and back again
问题 Quick question. I'm trying to find or write an encoder in Python to shorten a string of numbers by using upper and lower case letters. The numeric strings look something like this: 20120425161608678259146181504021022591461815040210220120425161608667 The length is always the same. My initial thought was to write some simple encoder to utilize upper and lower case letters and numbers to shorten this string into something that looks more like this: a26Dkd38JK That was completely arbitrary, just