[Help!] Encryption - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Help!] Encryption (/showthread.php?tid=64407) [Help!] Encryption by rob_botch on 08-03-2006 at 10:39 AM
I have written a script that uploads an xml file to an FTP server. Is there any way to encrypt this before uploading, and then decrypt when it is downloaded? RE: [Help!] Encryption by RaceProUK on 08-03-2006 at 11:46 AM You can probably use the CryptoAPI, but you may want to wrap the encryption itself in a DLL. RE: [Help!] Encryption by rob_botch on 08-03-2006 at 11:47 AM
Thank you. How would I use this API? RE: [Help!] Encryption by RaceProUK on 08-03-2006 at 11:53 AM http://windowssdk.msdn.microsoft.com/en-us/library/ms724682.aspx should be a good start. RE: [Help!] Encryption by rob_botch on 08-03-2006 at 02:50 PM
Thank you RaceProUK. If I can manage to understand that, I will try to build it in to the next version of my script. |