Skip to content

Instantly share code, notes, and snippets.

@0xKD
Created May 3, 2021 07:38
Show Gist options
  • Save 0xKD/887e6044ddce6ad897e0068ea0f956f4 to your computer and use it in GitHub Desktop.
Save 0xKD/887e6044ddce6ad897e0068ea0f956f4 to your computer and use it in GitHub Desktop.
Fernet key
alias fernetkey="python3 -c 'import secrets,base64;print(base64.urlsafe_b64encode(secrets.token_bytes(32)).decode())'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment