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
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 '-',