|
BugTraq
base64 Sep 22 2003 12:49PM "Ilya Teterin" (alienhard mail ru) (5 replies) Re: base64 Sep 23 2003 04:50PM Alexander Ogol (sanyok_nospam prophysoft org ua) (1 replies) Re: base64 Sep 23 2003 04:18PM Birl (sbirl temple edu) (1 replies) Re: base64 Sep 23 2003 06:10PM Lothar Kimmeringer (bugtraq kimmeringer de) (2 replies) |
|
Privacy Statement |
> text must be a multiply of 4. So ='s are used if there aren't enough
> characters and are added at the end of the text.
>
> = is not a valid character inside Base64 and an encoder should stop
> with an error or stops decoding.
That depends on the purpose of the decoder.
If your anti-virus decoder stops there, but a virus writer knows that
the decoder used by some popular mail client keeps going, then your
program isn't going to detect his virus.
If you're looking for something that might be hidden, then you need to
decode in _every_ way that _any_ mail client (that you support) does,
lest you have false negatives.
Seth
[ reply ]