C++ CLI 实现基于 AES-256-GCM 的文件夹加密,并支持 USB 密钥加载
4 分•作者: nextma•大约 1 个月前
我编写了一个 Linux 命令行工具,使用 AES-256-GCM 加密和解密文件夹。它还能隐藏文件和文件夹名称,并将映射存储在一个加密文件中。
代码仓库: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://github.com/sahilPadmani/ACE-files-encryption