Skip to content

Commit

Permalink
Merge pull request #2 from TechnicPlay/secure_dir
Browse files Browse the repository at this point in the history
Readme Update
  • Loading branch information
leonard-git-acc authored Jul 11, 2019
2 parents 7e3dd95 + f7daa50 commit 02ecc4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# DataEncrypter
*DataEncrypter* is an easy to use tool for encryption and decryption. It is build to be lightweight and not memory intensive. It currently has a custom implementation of the Advanced Encryption Standard, but is open to be used with different algorithms as well, if they implement the ICypher interface.

## Installation
Download the latest release of DataEncrypter and save it. For file removal this program uses SDelete (Download: https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete) to securely delete unwanted files. Please drop the *sdelet.exe* into the same directory as the *DataEncrypter.exe*. Thats it you can now encrypt and decrypt files.

## Usage of SecureFile
File encryption by using the SecureFile class is very simple to handle. Files are saved as .secf (SECureFile) and provide a encrypted header with previous filename and extension, to restore the file completely after decryption.

Basic usage of SecureFile:
Expand Down

0 comments on commit 02ecc4f

Please sign in to comment.