Description:
Create a Bash script that:
Detects whether full disk encryption (LUKS, eCryptfs, etc.) is enabled
Scans partitions and reports mountpoints and encryption status
Generates a report with suggestions to enable encryption if not found
📁 Path: security/encryption-audit.sh
🛠 Tools: lsblk, cryptsetup, blkid, mount, awk, grep, tee