nextma
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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
-
In my second semester, I built this CMD out of curiosity about how a CMD can add new commands without recompiling. I used the OS’s dynamic linking mechanism to load new commands at runtime without recompiling the code.…