Re: How can I get an sha1 hash in base32?

2005-07-24 Thread Elmo Mäntynen
On Sat, 23 Jul 2005 23:27:44 +0200, Marc 'BlackJack' Rintsch wrote: > In <[EMAIL PROTECTED]>, Elmo Mäntynen wrote: > >> I know how to make a hash(using mhash), but instead of encoded as hex I >> want it in base32 for use with the bitzi catalog. python-bitzi is useful >> but way too slow for just

Re: How can I get an sha1 hash in base32?

2005-07-23 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Elmo Mäntynen wrote: > I know how to make a hash(using mhash), but instead of encoded as hex I > want it in base32 for use with the bitzi catalog. python-bitzi is useful > but way too slow for just getting the hash of a file(am going to use it > elsewhere). Thanks. Doesn't

How can I get an sha1 hash in base32?

2005-07-23 Thread Elmo Mäntynen
I know how to make a hash(using mhash), but instead of encoded as hex I want it in base32 for use with the bitzi catalog. python-bitzi is useful but way too slow for just getting the hash of a file(am going to use it elsewhere). Thanks. Elmo -- http://mail.python.org/mailman/listinfo/python-list