<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Jan 2018 01:03:35 Z</lastBuildDate><pubDate>13 Aug 2017 00:07:00 Z</pubDate><description>Greetings Gang...&#13;
&#13;
Does anyone know how to encrypt something in WX and then decrypt in another language (specifically Python, but I'll take what I can get at this point) - and vice-versa&#13;
&#13;
something like this&#13;
SomeVal is string = "pizza"&#13;
bufKey is Buffer = HashString(HA_MD5_128,"password")&#13;
sResult is buffer= CryptStandard(SomeVal, bufKey, cryptAES128)&#13;
nLen is int = Length(sResult)&#13;
sResult = BufferToHexa(sResult,1,128)&#13;
sResult = NoCharacter(sResult," ",sscAll)&#13;
sResult = NoCharacter(sResult,CR,sscAll)&#13;
&#13;
now I just need the python end to be able to decrypt it (and need them to do the same sort of thing so that I can decrypt it)&#13;
&#13;
if anyone has a better method I am open to that as well - this is currently one of the 2 banes of my existence</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python/read.awp</link><title>Encryption - Cross Platform (python)</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>apj_jeanclaude</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-64113/read.awp</comments><pubDate>20 Jan 2018 01:03:35 Z</pubDate><description>I think the general process for this kind of work is:&#13;
1- Ensure that the encrypted file is handleable in the new language. For …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-64113/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-64113/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python/read.awp">Encryption - Cross Platform (python)</source><title>Re: Encryption - Cross Platform (python)</title></item><item><author>apj_jeanclaude</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-64111/read.awp</comments><pubDate>20 Jan 2018 00:57:47 Z</pubDate><description>I think the general process for this kind of work is:&#13;
1- Ensure that the encrypted file is handlable in the new language. For e…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-64111/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-64111/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python/read.awp">Encryption - Cross Platform (python)</source><title>Re: Encryption - Cross Platform (python)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62249/read.awp</comments><pubDate>14 Aug 2017 18:10:00 Z</pubDate><description>Hi again&#13;
&#13;
no they don't&#13;
&#13;
it's the whole point of the "new" cryptstandard function. It uses standard algorithm implemented in…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62249/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62249/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python/read.awp">Encryption - Cross Platform (python)</source><title>Re: Encryption - Cross Platform (python)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62246/read.awp</comments><pubDate>14 Aug 2017 15:18:00 Z</pubDate><description>Thanks Fabrice...&#13;
&#13;
so they don't need to use a specific library for decryption/encryption (ie there is standardised one that t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62246/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62246/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python/read.awp">Encryption - Cross Platform (python)</source><title>Re: Encryption - Cross Platform (python)</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62243/read.awp</comments><pubDate>14 Aug 2017 14:55:00 Z</pubDate><description>Hi&#13;
&#13;
well, it seems that you know how to do it on the WX side, and as for python, you are asking on the wrong forum.&#13;
You shoul…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62243/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python-62243/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62224-encryption-cross-platform-python/read.awp">Encryption - Cross Platform (python)</source><title>Re: Encryption - Cross Platform (python)</title></item></channel></rss>
