Re: [PHP-DEV] Re: modified base64

2002-04-10 Thread Marcus Börger
At 19:22 10.04.2002, Jim Winstead wrote: >Marcus Boerger <[EMAIL PROTECTED]> wrote: > > After (v)spprintf i have another modified function here: > base64url_(en|de)code > > > > I sometimes transmit binary data or thinks like session ids over http. when > > using base64 the problem is in the chars

[PHP-DEV] Re: modified base64

2002-04-10 Thread Jim Winstead
Marcus Boerger <[EMAIL PROTECTED]> wrote: > After (v)spprintf i have another modified function here: base64url_(en|de)code > > I sometimes transmit binary data or thinks like session ids over http. when > using base64 the problem is in the chars '+', '/' and '='. So i changed base64 > to use '-',