Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PGP encryption and FTP
Message
De
30/03/2007 14:11:32
 
 
À
30/03/2007 11:51:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01210392
Message ID:
01210497
Vues:
17
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform