<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>3 Aug 2017 15:32:00 Z</lastBuildDate><pubDate>31 Jul 2017 22:36:00 Z</pubDate><description>Good afternoon,&#13;
I'm having some problems when encrypting an Image in Base64, I can't get it to work, it creates a very long string, longer than other Base64 Encoded images I've seen, and it isn't encoding the complete image, only a very little part at the top is visible. Here is my code:&#13;
&#13;
bufFoto is Buffer = dLoadImage("C:\Users\LuisITP\Documents\xt1254\11a.jpg")&#13;
&#13;
buf64 is Buffer = Crypt(bufFoto,"",compressNone + cryptNone,encodeBASE64)&#13;
&#13;
Right now my path is written just for test. Any help would be appreciated.&#13;
&#13;
TIA</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base/read.awp</link><title>[WM 22] Encode Base 64</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62081/read.awp</comments><pubDate>3 Aug 2017 15:32:00 Z</pubDate><description>Thanks for the info! :) Sorry I didn't mention it before but, my app is for iOS not for android :(</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62081/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62081/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base/read.awp">[WM 22] Encode Base 64</source><title>Re: [WM 22] Encode Base 64</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62060/read.awp</comments><pubDate>2 Aug 2017 17:17:00 Z</pubDate><description>Hi,&#13;
&#13;
Using it to send pictures from mobile to server, no problems in encoding and decoding the base64 string. It is between WM…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62060/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62060/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base/read.awp">[WM 22] Encode Base 64</source><title>Re: [WM 22] Encode Base 64</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62040/read.awp</comments><pubDate>1 Aug 2017 15:28:00 Z</pubDate><description>It makes me think it's incorrect, because when I put the string in a base 64 decoder, it only shows the top part of the image, l…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62040/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62040/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base/read.awp">[WM 22] Encode Base 64</source><title>Re: [WM 22] Encode Base 64</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62036/read.awp</comments><pubDate>1 Aug 2017 14:45:00 Z</pubDate><description>Hi,&#13;
&#13;
And what does the result look like?&#13;
What makes you think it is incorrect?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62036/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62036/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base/read.awp">[WM 22] Encode Base 64</source><title>Re: [WM 22] Encode Base 64</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62026/read.awp</comments><pubDate>1 Aug 2017 09:26:00 Z</pubDate><description>base64 added 30% more</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62026/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base-62026/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62010-22-encode-base/read.awp">[WM 22] Encode Base 64</source><title>Re: [WM 22] Encode Base 64</title></item></channel></rss>
