Base64 and VC++
-
Hiya, I need to send images to a server and want to use Base64 encoding. Is there currently a library that will do this for me? Thanks, garyc
-
Hiya, I need to send images to a server and want to use Base64 encoding. Is there currently a library that will do this for me? Thanks, garyc
-
Hiya, I need to send images to a server and want to use Base64 encoding. Is there currently a library that will do this for me? Thanks, garyc
You may also write your own, it isn't a daunting task. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Hiya, I need to send images to a server and want to use Base64 encoding. Is there currently a library that will do this for me? Thanks, garyc
There's a function in the Windows crypt32.dll library to do it: CryptBinaryToString[^]