📚Cheatsheets

Cheatsheet collection for go, rust, python, shell and javascript.

Generate Password with OpenSSL in Bash

openssl rand -hex 12 
# sample result: e5d7c5f2da0147f9d90cb055
openssl rand -base64 12
# sample result: KXkGq9elKBfTz+8H