C++ CLI for folder encryption with AES-256-GCM and USB-based key loading

nextma1 pts0 comments

I built a Linux CLI tool that encrypts and decrypts folders using AES-256-GCM. It also hides file and folder names and stores the mapping in an encrypted file.Repo: https://github.com/sahilPadmani/ACE-files-encryption

folder encryption file based loading built

Related Articles