ESP8266 Developer Zone The Official ESP8266 Forum 2014-11-17T12:59:37+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=6 2014-11-17T12:59:37+08:00 2014-11-17T12:59:37+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6&p=166#p166 <![CDATA[Re: base64_decode and base64_encode]]>
tinhead wrote:
Espressif_Faye wrote:Sorry, base64_encode and base64_decode in ROM can not be used in our sdk.
You can porting them from other platform to esp_iot_sdk.
We will delete these apis in next version of sdk.


well, they not docummented in SDK, but they already there, one could saved resources if there would be a way to have access to all the encryption functions in ROM.


Hope SDK open more interface, so that we can do more. :)

Statistics: Posted by vowstar — Mon Nov 17, 2014 12:59 pm


]]>
2014-11-14T18:05:39+08:00 2014-11-14T18:05:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6&p=154#p154 <![CDATA[Re: base64_decode and base64_encode]]> perhabs would be nice as feature next version?
viewtopic.php?f=7&t=12
bw rudi ;-)

Statistics: Posted by rudi — Fri Nov 14, 2014 6:05 pm


]]>
2014-10-27T15:40:07+08:00 2014-10-27T15:40:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6&p=12#p12 <![CDATA[Re: base64_decode and base64_encode]]>
Espressif_Faye wrote:
Sorry, base64_encode and base64_decode in ROM can not be used in our sdk.
You can porting them from other platform to esp_iot_sdk.
We will delete these apis in next version of sdk.


well, they not docummented in SDK, but they already there, one could saved resources if there would be a way to have access to all the encryption functions in ROM.

Statistics: Posted by tinhead — Mon Oct 27, 2014 3:40 pm


]]>
2014-10-27T11:36:34+08:00 2014-10-27T11:36:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6&p=10#p10 <![CDATA[Re: base64_decode and base64_encode]]> You can porting them from other platform to esp_iot_sdk.
We will delete these apis in next version of sdk.

Statistics: Posted by ESP_Faye — Mon Oct 27, 2014 11:36 am


]]>
2014-10-25T13:07:36+08:00 2014-10-25T13:07:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6&p=7#p7 <![CDATA[Re: base64_decode and base64_encode]]>

Code:

   
   char str[100]={'\0'};
   char outstr[100]={'\0'};
   os_printf("# TEST BEGIN\n");
   os_sprintf(str,"Hello world!");
   os_sprintf(outstr,"World Hello!");
   base64_encode(str,outstr,11,100);
   os_printf("%s,->%s\n",str,outstr);
   os_printf("# TEST END\n");

but nothing happened.:(

Statistics: Posted by vowstar — Sat Oct 25, 2014 1:07 pm


]]>
2014-10-25T13:00:28+08:00 2014-10-25T13:00:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6&p=6#p6 <![CDATA[base64_decode and base64_encode]]> Statistics: Posted by vowstar — Sat Oct 25, 2014 1:00 pm


]]>