Password Protect Tar.gz File -
OpenSSL is commonly pre-installed and provides robust AES-256 encryption.
tar -czf audit_report.tar.gz /path/to/report_folder/ password protect tar.gz file
OpenSSL is commonly pre-installed and provides robust AES-256 encryption.
tar -czf audit_report.tar.gz /path/to/report_folder/ password protect tar.gz file