mg_base64_decode() and binary #3123
-
Hello. If I understand correctly, mg_base64_decode() does not process binaries, it only converts base-64 strings into "normal" strings, just like in docs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
https://mongoose.ws/documentation/#mg_base64_decode
Lines 16 to 17 in f618fe1 'A' --> 0 We use base64 decoding in our HTML processing and in our TLS stack, and it serves its purpose Lines 69 to 93 in f618fe1 Lines 15 to 31 in f618fe1 |
Beta Was this translation helpful? Give feedback.
https://mongoose.ws/documentation/#mg_base64_decode
mongoose/src/base64.c
Lines 16 to 17 in f618fe1
'A' --> 0
We use base64 decoding in our HTML processing and in our TLS stack, and it serves its purpose
mongoose/src/base64.c
Lines 69 to 93 in f618fe1