<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Jun 2020 16:51:13 Z</lastBuildDate><pubDate>12 Jun 2020 03:49:33 Z</pubDate><description>Bonjour, j'essai d'utiliser les fonctions CryptageStandard et DecrypteStandard et j'ai des résultats bizarres, peut importe les config que j'utilise. Voici ma fenêtre test;&#13;
https://hostimage.windev.io/images/Cryptage1_396fc62cd0dac3ace15cb080536afcfe.jpg&#13;
Quand je clique sur Crypte, je crypte et transfert le texte à Crypté dans la saisie de droite. Quand je clique sur Décrypte, je décrypte et transfert le résultat dans la saisie décrypté. Voici mon code de bouton Crypte;&#13;
[code:wl]&#13;
bufCle est un Buffer 	= HashChaîne(HA_TIGER_192, "test285")&#13;
SAI_Texte_Crypté 		= CrypteStandard(SAI_Texte_brut1, bufCle, crypte3DES)&#13;
[/code]&#13;
Voici mon code de bouton Decrypte; &#13;
[code:wl]&#13;
bufCle 	est un Buffer 	= HashChaîne(HA_TIGER_192, "test285")&#13;
SAI_Texte_brut2 		= DécrypteStandard(SAI_Texte_Crypté, bufCle, crypte3DES)&#13;
[/code]&#13;
Quelques fois, j'obtiens ceci;&#13;
&#13;
https://hostimage.windev.io/images/Cryptage2_5b95ade92abf711f49146511b5248f7c.jpg&#13;
et quelque fois, j'obtiens ceci;&#13;
&#13;
https://hostimage.windev.io/images/Cryptage3_ca22fda074cae2f6329c87aa35a3b870.jpg&#13;
&#13;
Merci de me donner des pistes?&#13;
&#13;
--&#13;
Jean Turcotte&#13;
WX 25&#13;
Android 9.0 sur Galaxy S8&#13;
Laptop Lenovo I7 12GB Ram</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage/read.awp</link><title>Cryptage et décryptage</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>THIERRY TILLIER</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240376/read.awp</comments><pubDate>12 Jun 2020 16:51:13 Z</pubDate><description>Bonjour,&#13;
&#13;
Base64 s'utilise avec Encode et Decode et non pas avec Cryptexx.&#13;
C'est de l'encodage et pas du cryptage.&#13;
&#13;
--&#13;
Thi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240376/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240376/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage/read.awp">Cryptage et décryptage</source><title>Re: Cryptage et décryptage</title></item><item><author>fdiss</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240375/read.awp</comments><pubDate>12 Jun 2020 16:48:27 Z</pubDate><description>Bonjour,&#13;
&#13;
Voici un petit exemple selon l'image fournie:&#13;
&#13;
Code pour le cryptage:&#13;
&#13;
[code:wl]&#13;
sMessage	est un Buffer	= SAI_s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240375/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240375/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage/read.awp">Cryptage et décryptage</source><title>Re: Cryptage et décryptage</title></item><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240369/read.awp</comments><pubDate>12 Jun 2020 15:21:47 Z</pubDate><description>Tu as la fonction encode qui permet d'encoder en base64 le buffer.&#13;
&#13;
Si toutefois tu n'arrives pas à déchiffrer les données qui…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240369/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240369/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage/read.awp">Cryptage et décryptage</source><title>Re: Cryptage et décryptage</title></item><item><author>Jean Turcotte</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240367/read.awp</comments><pubDate>12 Jun 2020 14:06:25 Z</pubDate><description>Si tu parle de la fonction Crypte, je connais mais il est fortement recommandé d'utiliser CrypteStandard pour une meilleure sécu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240367/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240367/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage/read.awp">Cryptage et décryptage</source><title>Re: Cryptage et décryptage</title></item><item><author>Jean Turcotte</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240366/read.awp</comments><pubDate>12 Jun 2020 13:59:42 Z</pubDate><description>Bonjour Philippe, je suis désolé mais tu me perd, je regarde dans la doc et je ne trouve pas d'exemple n'y même de la doc sur la…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240366/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240366/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage/read.awp">Cryptage et décryptage</source><title>Re: Cryptage et décryptage</title></item><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240353/read.awp</comments><pubDate>12 Jun 2020 07:58:11 Z</pubDate><description>Lorsque tu chiffres une donnée, tu as des caractères non imprimables dans le buffer récupéré. Il est donc préférable de conserve…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240353/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage-240353/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240351-cryptage-decryptage/read.awp">Cryptage et décryptage</source><title>Re: Cryptage et décryptage</title></item></channel></rss>
