ReneNyffenegger / cpp-base64

base64 encoding and decoding with c++
Other
891 stars 311 forks source link

Master #4

Closed Satancito closed 4 years ago

Satancito commented 7 years ago

I added more functionality.

ghost commented 7 years ago

Hi, looks really good and should solve a bunch of compiler warnings related to unsigned char arrays I'm currently struggling with the original code.

Mecanik commented 6 years ago

Great job with your improvements!

ReneNyffenegger commented 4 years ago

I have tried to merge some of your suggestions that I liked with the sources, particularly the PEM and the MIME line breaks and the url encoding.