Encrypt File Using Symmetric Encryption
The following program is written using C#
- Run program.cs
- Select File to encrypt
- Generate a new key or load a previous key from file
- Key is saved to file. Save file dialog will appear allowing you to specify the location
- Specify the output file name. (default extension is .enc, but this can be changed)
- Click encrypt to encrypt file (Progress bar at bottom indicates completion)
- Run program.cs
- Select File to encrypt
- Specify key to decrypt with
- Open file dialog will appear allowing you to specify the location
- Specify the output file name. (default extension is .enc, but this can be changed)
- Click decrypt to decrypt file (Progress bar at bottom indicates completion)