<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>7 Nov 2019 18:42:39 Z</lastBuildDate><pubDate>7 Nov 2019 18:42:39 Z</pubDate><description>Hello WINDEV and WINDEV MOBILE colleagues!&#13;
&#13;
I hope I am in the right forum because my problem WINDEV and WINDEV Mobile concerns.&#13;
I'm using the latest version of WINDEV24 and WINDEV Mobile24&#13;
&#13;
I have the following problem!&#13;
&#13;
I encrypt a string in WINDEV Mobile that can not be decrypted in WINDEV.&#13;
I made a simple test and found that the same function gives different results&#13;
&#13;
[code:wl]&#13;
WINDEV 24&#13;
sResEncrypt is UNICODE string =  Encrypt("123", "Password",cryptSecure,encodePCS)&#13;
// sResEncrypt = "ZSKY"&#13;
sResDecrypt is UNICODE string =  Decrypt("ZSKY", "Password",cryptSecure,encodePCS)&#13;
// sResDecrypt ="12345ABCDE"&#13;
&#13;
&#13;
WINDEV MOBILE 24 on IOS&#13;
sResEncrypt is UNICODE string =  Encrypt("123", "Password",cryptSecure,encodePCS)&#13;
// sResEncrypt = "jA9WH4CiR1L0rjW3"&#13;
sResDecrypt is UNICODE string =  Decrypt("jA9WH4CiR1L0rjW3", "Password",cryptSecure,encodePCS)&#13;
// sResDecrypt ="123"&#13;
[/code]&#13;
&#13;
The funny thing is that the string that was encrypted with WINDEV MOBILE is actually partially decoded in WINDEV. &#13;
But after every decrypted character the string &lt;0&gt; &lt;0&gt; &lt;0&gt; is attached&#13;
123 = 1&lt;0&gt;&lt;0&gt;&lt;0&gt;2&lt;0&gt;&lt;0&gt;&lt;0&gt;3&lt;0&gt;&lt;0&gt;&lt;0&gt;&#13;
&#13;
&#13;
can anyone help me please :-)&#13;
&#13;
Kind regards Gerhard</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67383-decrypt-encrypt-wd24-and-mobile/read.awp</link><title>Decrypt, Encrypt on WD24 and WD Mobile 24</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
