🧠What I Practiced/Learned/Discovered
- How to hash all the files of a folder
🔧 Tools used
Linux shell
sha256sumgrep
Steps
- Run
sha256sum files/* | grep b09c99c555e2b39a7e97849181e8996bc6a62501f0149c32447d8e65e205d6d2:- to hash all the files in
filesfolder - then used grep to find the file with the same hash as the one provided
- to hash all the files in
- Run
./decrypt.sh files/XXX: To decrypt the file and got the flag