Re: Base64Encoding

2000-08-11 Thread Richard Levitte - VMS Whacker
From: Abdelilah Essiari <[EMAIL PROTECTED]> aes> When we decodeUpdate several times, depending on how we break the string aes> aes> "YQ==" we get two answers: aes> aes> 1) "a" which is a string of length 1 aes>update "YQ" aes>update "==" aes> aes> 2) "a\0" which is a string of length 2

Re: Base64Encoding

2000-08-10 Thread Richard Levitte - VMS Whacker
From: Abdelilah Essiari <[EMAIL PROTECTED]> aes> When we decodeUpdate several times, depending on how we break the string aes> aes> "YQ==" we get two answers: aes> aes> 1) "a" which is a string of length 1 aes>update "YQ" aes>update "==" aes> aes> 2) "a\0" which is a string of length 2