This repository demonstrates symmetric file encryption and decryption using GNU Privacy Guard (GPG) and OpenSSL, based on practical exercises from the TryHackMe: Introduction to Cryptography learning room.
The aim of this project is to showcase practical skills in protecting sensitive files and understanding the foundation of symmetric key cryptography in cybersecurity.
- GPG (GNU Privacy Guard)
- OpenSSL (Open Source SSL and TLS toolkit)
- Bash Scripting
gpg-encryption/β File encryption and decryption using GPGopenssl-encryption/β File encryption and decryption using OpenSSLnotes/β Summary of knowledge from the TryHackMe room