The Wayback Machine - https://web.archive.org/web/20210507013935/https://github.com/imerzan/FileEncryptor
Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

FileEncryptor

.NET Core Simple AES-CBC File Encryptor

Information:

  • Runs on Windows x86/x64 (Winforms Application)
  • Uses AES-256-CBC to Encrypt/Decrypt files.
  • Encryption key derived from 1000 iterations of salted RFC2898
  • Uses an optional HMAC-SHA-512 hashfile to authenticate.

Demo:

Example1

Example2