Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 962 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 962 Bytes

FileSecure

About

This is an upgrade from FileSecure v2 with major improvement and maybe some inconvience xD. This software is completed and tested.

Features

  • Mass File or Single File encryption/decryption.
  • AES-256-GCM Encryption Method (known to be the most secure at this time)
  • Light-Weighted (very little memory/disk space consumption is required for the software)
  • Multi-threading for mass file encryption/decryption to process all the files at the same time (speed is limited on your disk unless your using an old CPU)
  • Supported nearly all file-size

Additional Informations

Visual Studio are require to compile the source code (which are recommended since some minor changes will not be marked as a new release).

There will be more comment on the source code to make it easier to understand.

External Library

We use external library to create this software to where it is now.

  • BouncyCastle - AES-256-GCM Encryption and Decryption