does b64_pton() work if input contains special characters? I am using it in C code

546 Views Asked by At

I have c code where b64_pton() is failing is when input passed contains special characters. Without special characters its working fine.

1

There are 1 best solutions below

0
On

b64_pton converts base64 to binary. There should be no 'special characters' in your base64 strings.