Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PGP encryption and FTP
Message
From
30/03/2007 14:11:32
 
 
To
30/03/2007 11:51:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01210392
Message ID:
01210497
Views:
15
Cesar, I agree with Jonathan, TrueCrypt is an awesome product which does this beautifully. http://www.truecrypt.org


>Hi Christof,
>
>Do you know if GNUPG can create a simulation of an encrypted Disk, like PGP Disk ?
>
>Thanks
>
>Cesar
>
>>Hi Michael,
>>
>>>I have a developer that needs to encrypt/decrypt files and FTP them preferably from VFP. Any recommendations on PGP encryption software that can run from VFP.
>>
>>In my FPDOS application I use GnuPG (http://www.gnupg.org/) for that. It can be called from the command line using RUN, ShellExecute or CreateProcess. The command line to encrypt files looks like this:
>>
>>
>>lcCmd = AddBSEx(paConfig[2]) + [GPG.EXE --default-recipient "] + ;
>>    paConfig[6 ] + [" --batch -o "] + m.tcEncFile + [" -e "] + m.tcFile + ["]
>>
>>
>>After that I call FTP.EXE with a script to send the encrypted file. With VFP I'd probably use an API function for submitting data via FTP, though.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform