Re: base32

2009-09-23 Thread Sandro Noel
same encoded string and try to decode with my local computer it does not validate. so i'm trying to find a simple cocoa base32 encode/decode function that would be as simple as this php one,. or a good specification that i can build from.. Any pointer would be ok, In CocoaFob <ht

Re: base32

2009-09-23 Thread Greg Guerin
Sandro Noel wrote: so i'm trying to find a simple cocoa base32 encode/decode function that would be as simple as this php one,. or a good specification that i can build from.. Any pointer would be ok, It shouldn't be that hard to write one yourself. It's pretty element

Re: base32

2009-09-23 Thread Gleb Dolgich
thing validates perfectly. ( same value in as value out ) if i use the same encoded string and try to decode with my local computer it does not validate. so i'm trying to find a simple cocoa base32 encode/decode function that would be as simple as this php one,. or a good specification

base32

2009-09-23 Thread Sandro Noel
thing validates perfectly. ( same value in as value out ) if i use the same encoded string and try to decode with my local computer it does not validate. so i'm trying to find a simple cocoa base32 encode/decode function that would be as simple as this php one,. or a good specificat