PreviousNext

C# Password Protected File

by bill-s, 2013-12-14T20:15:35.000Z

In this article, I'll talk about how to protect a file with a password (any file type) - without using ZIP or any other archivers. The file will be encrypted and then 'attached' to an executable, which will be later used to decrypt it using the password provided.

Read More