Skip to content

Instantly share code, notes, and snippets.

View RenanMatias's full-sized avatar
🖖

Renan Matias RenanMatias

🖖
  • TOTVS
  • Rio de Janeiro
View GitHub Profile
@RenanMatias
RenanMatias / SUPORTE.md
Last active February 15, 2023 17:22
CONFIGURA TUDO

Key Generator

python -c "import string as s; from random import SystemRandom as sr; print(''.join(sr().choices(s.ascii_letters + s.punctuation, k=64)))"