Skip to content

artlaskow/File-Encryption-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File encryption tool

WPF C# Application that can be used to encrypt files with a defined list of recipents. Files are encrypted using AES. User's public and private keys are generated via RSA and stored hashed via SHA256. This tool should not be used to as a safe and secure method of encrypting files, just as a reference for encryption techniques available in C#.

Installing

Project was created in Visual Studio 2017, which should be used to open and modify the files.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Example C# WPF tool used to encrypt files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages