Skip to content

Mini-Ware/Unseen-Bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unseen Bytes

Proof of concept encryption tool built using C++

(include screenshot)

What is this tool?

  • Improvement from my old file encryption project
  • Features
    • Encrypt all files in directory using AES
    • Decrypt all files in a directory using AES
    • Safely wipe all files in a directory (future implementaton)

Setup

  • Download the binary or use a C++ compiler to compile the binary using CMake/Batchfile

How to use

  • Run the code, enter your folder name and key
  • During encryption, files will be saved as ub extension
  • During decryption, files will be renamed to its original

About

Proof of concept file encryption tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published