Hi,

I have a VB6 application that retrieve information from a database table. It create a text file on the disk and upload the file to an FTP site.

All that process works A1.


BUT

I have to digitally sign (encrypt) that file now before uploading it to the FTP site.

Anyone know a free or cheap and secure method to digitally sign a file?
Librairies that I would be able to use in my VB6 application to automate the process.


Someone told me about a free software found on this website www.gpg4win.org but it doesn't seem to provide command line to execute the command without using the user-interface.

--

Thanks for helping !