C++ CLI用于文件夹加密,采用AES-256-GCM算法和基于USB的密钥加载

4作者: nextma大约 1 个月前原帖
我开发了一个Linux命令行工具,使用AES-256-GCM对文件夹进行加密和解密。它还可以隐藏文件和文件夹的名称,并将映射信息存储在一个加密文件中。<p>代码库: https://github.com/sahilPadmani/ACE-files-encryption
查看原文
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.<p>Repo: https:&#x2F;&#x2F;github.com&#x2F;sahilPadmani&#x2F;ACE-files-encryption