[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EBCDIC & uuencode/uudecode



> Question-1 -- Are there 64 safely invarioant characters in this
> collection of envirnonments that we can use for the base64 encoding?

My calculation says:
all letters: a-z,A-Z      52
digits 0-9                10
-------------------------------
In all                    62


Then we need 2 more characters. The "non-problem" characters 
tracked down so far are:
'()-+:=,./?

Any of these should be safe. Maybe "." and "," are the mst safe
expected also to be in all other character sets.

> Question-2 -- Are theses the same characters chosen by PEM-DEV for
> their specified version of Base64?  If not, what is different?

I do not have the PEM-DEV right here (well somewhere in that mbox...)
But as far as I remember they did it right. We have just reconveiled
their design  principles....

Keld