Hello, everyone! π I'm happy to introduce you to my latest project: an enhanced version of an encryption application I developed a few months ago. This time, it's built with πͺπ»extremely strongπͺπ» encryption and designed as a CLI tool (for now).
My goal was to create a tool that doesn't just encrypt files, but also splits them into small, encrypted chunks using unique keys. π€© This approach adds an extra layer of security, ensuring that even if one chunk is compromised, the entire file remains protected.
This project is now available on GitHub. Check it out to see the code in action! π
π How It Works:
.tar
file of input file or directory..tar
file is split into 1MB-sized chunks.π Why This Matters:
Chunks could not be decrypted without keychain and keychain could not be decrypted without master key. Also Chunks could not be decrypted using only master key. And also if only one chunk is decrypted, others are still safe.
β οΈ Current State:
usage
example in the
README to see it in action.
It works best on Linux (or possibly Mac maybe??).
π οΈ Next Steps:
I'd love to hear your feedback or ideas for improvements! Let's make this tool user-friendly. ππ»