Re: [PHP] base64 to 8bit unsigned int

2003-03-18 Thread Jason k Larson
You mean encoded base64 stream data, right? Anyway, can you give us an example of the base64 data? PHP does have native support to encode/decode base64 data. However you're losing me with the "decode to an 8-bit unsigned array" request. This might very well just be the decoded base64 value t

[PHP] base64 to 8bit unsigned int

2003-03-18 Thread Hilmi Hilmiev
Dear All, I have stream data encrypted BASE64. My problem is that I must decode this BASE64 to 8-bit unsigned array and I don't know how :( Have a native possibility in PHP for making this or not? Have a somebody who know, where I can find more info for this? Site, pdf, link 10x in advanc