Re: [Tutor] Help converting base32 to base16

2007-06-18 Thread Alan Gauld
"Jason Massey" <[EMAIL PROTECTED]> wrote > Nice entry at wikipedia: > > http://en.wikipedia.org/wiki/Base_32 > Thanks for the link, I should have thought of oooking there! I've heardof Base64 for encoding email but never come across Base32 - any of the versions! Alan G. ___

Re: [Tutor] Help converting base32 to base16

2007-06-18 Thread Jason Massey
Nice entry at wikipedia: http://en.wikipedia.org/wiki/Base_32 I like the naming of Base32: *duotrigesimal *Gotta try to work that into a conversation somehow.* * On 6/18/07, Alan Gauld <[EMAIL PROTECTED]> wrote: "cms cms" <[EMAIL PROTECTED]> wrote > Newbie here trying to find a module that I

Re: [Tutor] Help converting base32 to base16

2007-06-18 Thread Alan Gauld
"cms cms" <[EMAIL PROTECTED]> wrote > Newbie here trying to find a module that I can use to convert a > number of > strings (sha1 values) from base32 to base16 (hex), and vice versa. I'm intrigued. What does a base 32 number look like? For example what is 29 in base 32? Or 1022 for that matter?

Re: [Tutor] Help converting base32 to base16

2007-06-18 Thread Kent Johnson
cms cms wrote: > Hello all, > > Newbie here trying to find a module that I can use to convert a number of > strings (sha1 values) from base32 to base16 (hex), and vice versa. I've > searched this list for similar questions, the Global Module Index, the > Vaults of Parnassus, as well as the obvious

[Tutor] Help converting base32 to base16

2007-06-18 Thread cms cms
Hello all, Newbie here trying to find a module that I can use to convert a number of strings (sha1 values) from base32 to base16 (hex), and vice versa. I've searched this list for similar questions, the Global Module Index, the Vaults of Parnassus, as well as the obvious (Google); however , I can