J
Joseph Geretz
How many 'digits' would it require to display the same value in Base-64
using the following characters?
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+*
Any idea on how I'd go about making the conversion? I'm looking for the
ability to encode this information in the most concise possible displayable
format so that a transaction would be identified by a code such as
5rHrH+tt0*edt9, rather than d3a161b95384475da608061051f27b06.
(BTW, I've already seen
http://www.codeproject.com/KB/string/Compact_Guid_class.aspx. The algorithm
presented there simply does not work!)
Thanks for your advice!
- Joseph Geretz -
using the following characters?
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+*
Any idea on how I'd go about making the conversion? I'm looking for the
ability to encode this information in the most concise possible displayable
format so that a transaction would be identified by a code such as
5rHrH+tt0*edt9, rather than d3a161b95384475da608061051f27b06.
(BTW, I've already seen
http://www.codeproject.com/KB/string/Compact_Guid_class.aspx. The algorithm
presented there simply does not work!)
Thanks for your advice!
- Joseph Geretz -