<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Oct 2019 09:30:09 Z</lastBuildDate><pubDate>25 Oct 2019 12:11:21 Z</pubDate><description>Bonjour,&#13;
&#13;
Je désire envoyé un fichier crypté à un serveur sous Node. &#13;
Autant le chiffrement des chaînes de caractères passe très bien, autant je n'arrive pas à déchiffrer les fichiers avec Node.&#13;
&#13;
Note : Peu importe l'aglo chiffrement utilisé par fcrypte (crypteRapide ou crypteSécurisé), que le fichier soit encodé ou pas.&#13;
&#13;
Pour avancer je suis tombé sur un fil qui dit que le mot de passe est en fait un hash MD5 (pour NodeJS)&#13;
https://stackoverflow.com/questions/8647737/decrypting-blowfish-ecb-with-nodejs-crypto-vs-phps-mcrypt&#13;
&#13;
[code:wl]&#13;
bufPassword = ChaîneVersUTF8("password")&#13;
bufHashPassword = HashChaîne(HA_MD5_128, bufPassword)	// Password hashé en MD5&#13;
&#13;
fCrypte(sFullNameSource, sFullNameCrypted, bufHashPassword, crypteRapide, encodeBASE64)&#13;
[/code]&#13;
mais rien n'y fait&#13;
&#13;
Quelqu'un aurait-il réussi à envoyer des fichiers chiffrés sous Node ?&#13;
&#13;
Merci par avance pour votre aide.&#13;
&#13;
Config : WinDev 24 + NodeJS 12.13.0</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs/read.awp</link><title>fcrypte avec NodJS</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234050/read.awp</comments><pubDate>26 Oct 2019 09:30:09 Z</pubDate><description>Tu ne trouveras jamais les bons réglages pour NodeJS car on n'a aucune info sur le type de cryptage utilisé par Windev dans fCry…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234050/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234050/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs/read.awp">fcrypte avec NodJS</source><title>Re: fcrypte avec NodJS</title></item><item><author>HDev</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234040/read.awp</comments><pubDate>25 Oct 2019 17:36:03 Z</pubDate><description>bonjour Philippe,&#13;
&#13;
Philippe SB a écrit : &#13;
&gt; Il ne faut pas utiliser fcrypte() mais CrypteStandard()&#13;
&gt; &#13;
&gt; --&#13;
&gt; Cordialement…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234040/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234040/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs/read.awp">fcrypte avec NodJS</source><title>Re: fcrypte avec NodJS</title></item><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234036/read.awp</comments><pubDate>25 Oct 2019 15:40:40 Z</pubDate><description>Il ne faut pas utiliser fcrypte() mais CrypteStandard()&#13;
&#13;
--&#13;
Cordialement,&#13;
&#13;
Philippe SAINT-BERTIN</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234036/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs-234036/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234025-fcrypte-avec-nodjs/read.awp">fcrypte avec NodJS</source><title>Re: fcrypte avec NodJS</title></item></channel></rss>
