<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>25 Feb 2020 01:55:28 Z</lastBuildDate><pubDate>24 Feb 2020 01:22:02 Z</pubDate><description>salut&#13;
j'ai besoin de crypter une url, je me suis basé sur l'exemple donné par PCSoft. A priori ok de ce côté .. mais comment la décrypter ?&#13;
&#13;
bufCle est un Buffer = HashChaîne(HA_MD5_128, "monXXX") &#13;
bufCrypte est un Buffer = CrypteStandard(bufLeLienClient, bufCle, crypteAES128)&#13;
// Passe le résultat en base64 pour être "lisible", et sans retour chariot &#13;
bufCrypte = Remplace(Crypte(bufCrypte, "",crypteAucun, encodeBASE64), RC, "") &#13;
// Encode le tout pour pouvoir le passer sur une URL à un site &#13;
sLinkCrypté = URLEncode(bufCrypte)&#13;
&#13;
&#13;
ce code de décryptage ne fonctionne pas &#13;
&#13;
gbufLinkDecrypte = URLDécode(gsMonURL)&#13;
bufCle est un Buffer = HashChaîne(HA_MD5_128, "monXXX")&#13;
gbufRésultat est un Buffer = DécrypteStandard(gbufLinkDecrypte, bufCle, crypteAES128)</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url/read.awp</link><title>crypter / décrypter une url</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>info</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url-237266/read.awp</comments><pubDate>25 Feb 2020 01:55:28 Z</pubDate><description>Merci bien. &#13;
bonne soirée:merci:</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url-237266/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url-237266/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url/read.awp">crypter / décrypter une url</source><title>Re: crypter / décrypter une url</title></item><item><author>DELFI INFO-Chris</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url-237244/read.awp</comments><pubDate>24 Feb 2020 09:19:01 Z</pubDate><description>bonjour Yves, &#13;
&#13;
vous avez encodé en Base64 mais il n'y a pas de décodage dans votre code, il vous manque un decode( ....  ,enc…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url-237244/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url-237244/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/237242-crypter-decrypter-url/read.awp">crypter / décrypter une url</source><title>Re: crypter / décrypter une url</title></item></channel></rss>
