What it does
The program uses secure salt hashes to encrypt any data file. It can be decrypted with the same hash key alone. You can check it out here: github link
How we built it
We used the cryptography library for encryption and decryption. We also made use of salt hashes, giving it an extra layer of security
Challenges we ran into
We created a pretty simple program, but its simplicity was tough to pin down - it was a hassle to choose the suitable tools to make it work
Log in or sign up for Devpost to join the conversation.