Content-Type: text/html
Content-Length: 1234
'YQ==ICA=YQ==' = 'a a'
YWFh=YWFh
I. non-strict:
1 'aaa'
2 'aaa'
3 'aaa'
4 'a'
5 ''
6 'a'
7 'aa'
II. strict:
1 Exception type: base64.format,
Source: base64,
Comment: Unexpected '=' on position 0 is detected
2 Exception type: base64.format,
Source: base64,
Comment: Unexpected '=' on position 1 is detected
3 Exception type: base64.format,
Source: base64,
Comment: Unexpected '=' on position 2 is detected
4 Exception type: base64.format,
Source: base64,
Comment: Unexpected end of chars
5 Exception type: base64.format,
Source: base64,
Comment: Unexpected end of chars
6 Exception type: base64.format,
Source: base64,
Comment: Unexpected end of chars
7 Exception type: base64.format,
Source: base64,
Comment: Unexpected end of chars
II. strict withour padding:
1 Exception type: base64.format,
Source: base64,
Comment: Unexpected '=' on position 0 is detected
2 Exception type: base64.format,
Source: base64,
Comment: Unexpected '=' on position 1 is detected
3 Exception type: base64.format,
Source: base64,
Comment: Unexpected '=' on position 2 is detected
4 Exception type: base64.format,
Source: base64,
Comment: Unexpected end of chars
5 Exception type: base64.format,
Source: base64,
Comment: Unexpected end of chars
6 'a'
7 'aa'
E-mail: