Developers.Idea.Encoding

From Shareaza Wiki
Revision as of 18:28, 31 December 2007 by Dirtycat (talk | contribs) (Importing page from Tikiwiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

i have figured out how to turn any number of any bytes into a short string of case-sensitive text using the letters and numbers a-z A-Z 0-9 in a balanced way, and will describe it here

we could use it to show hashes to the user

since it uses uppercase and lowercase letters, it's half as long as methods that only use one case

since it only uses letters and numbers, it is safe to put it around commas, equals signs, percent signs, or whatever, and not worry about the data getting corrupted