So what if I used a different encoding that isn't ASCII? Like UTF-8? Would that give me lengths that are multiples of 4 based on how the characters are represented? Or would I still need to pad with '='? -- http://mail.python.org/mailman/listinfo/python-list
- base64 Incorrect Padding Brandon Fredericks
- Re: base64 Incorrect Padding Peter Otten
- Re: base64 Incorrect Padding MRAB
- Re: base64 Incorrect Padding Max Erickson
- Re: base64 Incorrect Padding bfrederi
- Re: base64 Incorrect Padding MRAB
- Re: base64 Incorrect Padding Gabriel Genellina