IForgotAgain
Programmer
I have done a Search for PGP encryption within these VFP forums and have found a couple general references to using the VFP _crypt.vcx class.
But I have not found any specific code samples of how to make this happen.
I have used FOPEN() to create a Text file from a VFP data table and I have been given a Public PGP key to use (not any default key).
I am doing the programming in a PRG/FXP file and not in a Form since this will occur automatically with no user input.
Now how do I bring it all together to end up with an PGP encrypted text file (using the supplied PGP key .ASC file)?
Your advice would be most welcome.
Thanks,
I_Forgot_Again
But I have not found any specific code samples of how to make this happen.
I have used FOPEN() to create a Text file from a VFP data table and I have been given a Public PGP key to use (not any default key).
I am doing the programming in a PRG/FXP file and not in a Form since this will occur automatically with no user input.
Now how do I bring it all together to end up with an PGP encrypted text file (using the supplied PGP key .ASC file)?
Your advice would be most welcome.
Thanks,
I_Forgot_Again