Requirement: I need my application to encrypt an entire file before I send it over the Intenet.

My application has created a file which I intend to send over the Internet. The file contents is sensitive so before I send it I need to code my app so that it will encrypt the entire file. Is there a code library out there that will give me a quick and easy way to do it?


Solutions:

Submit a new solution to this problem >
Using wodCrypt to encrypt a local file
wodCrypt is a lightweight component that provides strong encryption for your applications. Whenever you need to secure your transactions, wodCrypt's cryptography can be used. It provides support for most common crypto algorithms.
(C#.Net, VB6\.Net Winforms, Windows)