David Härer / Cheatsheets

Security Cheatsheet



How can I generate a random password?

To generate a random password of length 32, use the following command:

openssl rand -base64 32

How to secure a Docker container?

Follow the OWASP Cheat Sheet Series: Docker Security Cheat Sheet.