- Jose wrote on 10 Feb 2016 at 22:49 +0100:
Your b64dec program is the only one that can decode all base64 strings just fine,
unbelievable.
I get base64 strings from our clients that c# is not able to decode using the Convert.FromBase64String()
method, but your program converts them just fine. Is there any way you could facilitate
me the code that you wrote to decode the base64 strings? I know it is written in
Delphi, I plan to create a c# version of it. Thanks
- Jose wrote on 10 Feb 2016 at 22:49 +0100:
Your b64dec program is the only one that can decode all base64 strings just fine,
unbelievable.
I get base64 strings from our clients that c# is not able to decode using the Convert.FromBase64String()
method, but your program converts them just fine. Is there any way you could facilitate
me the code that you wrote to decode the base64 strings? I know it is written in
Delphi, I plan to create a c# version of it. Thanks
- Jose wrote on 10 Feb 2016 at 22:14 +0100:
Your b64dec program is the only one that can decode all base64 strings just fine,
unbelievable.
I get base64 strings from our clients that c# is not able to decode using the Convert.FromBase64String()
method, but your program converts them just fine. Is there any way you could facilitate
me the code that you wrote to decode the base64 strings? I know it is written in
Delphi, I plan to create a c# version of it. Thanks
- Tim (4mhz.de) wrote on 28 Jul 2014 at 08:55 +0200:
- Dom wrote on 24 Jul 2014 at 19:23 +0200:
- Student from Stuttgart DE wrote on 08 Sep 2013 at 09:40 +0200:
- Fred (France) wrote on 12 Apr 2013 at 05:34 +0200:
Needed a base64 to decode PDF file in attachment files.
b64dec did the job !
thank you very much !
- Tim (4mhz.de) wrote on 14 Sep 2012 at 10:42 +0200:
It may be that the libcurl example program you referenced can be used, but I don't
know exactly. The approach to attach the files as base64-coded text is in principle
right, but you have to consider more than just that. Read http://en.wikipedia.org/wiki/MIME
for more information.
- Ted wrote on 14 Sep 2012 at 08:58 +0200:
Hello. I am going to start developing a Win32 console app that will attach 3 files
and send them to gmail.com. Can you please give me tips how to attach the files,
i think i should convert them to Base64 and add the plain text to the payload of
the message. I am planning to use libcurl because of the useful TLS support. Would
this do the job: http://curl.haxx.se/libcurl/c/smtp-tls.html
?
Thanks
- John C wrote on 01 Aug 2012 at 20:47 +0200:
Many thanks for the B64 programme - I have Outlook 2003, and from one emailer the
jpg attachments always come through in base64. Your programme worked perfectly,
running as a stand-alone under Windows 7 Ultimate (SP1) - from the Digital River
repository.
Again, many thanks!