Dmitri Volkov
DevOps Engineer & Python Automation Specialist
O autorovi
Dmitri is a DevOps engineer who relies on Python as his primary scripting and automation language. He builds internal tooling, CI/CD pipelines, and infrastructure automation scripts that run in production across distributed teams. He writes about the Python standard library, subprocess management, file processing, encoding utilities, and the practical shell-adjacent Python that DevOps engineers use every day.
Články od Dmitri Volkov
Dekódujte JWT v Pythonu pomocí PyJWT jwt.decode(). Zahrnuje ověření HS256/RS256, dekódování bez ověření, ruční base64, python-jose a časté chyby.
Hashujte řetězce a soubory pomocí SHA-256 v Pythonu s hashlib.sha256(). HMAC-SHA256, kontrolní součty souborů, Base64 digest a knihovna cryptography.
Generujte a ověřujte HMAC-SHA256 v Pythonu pomocí hmac.new(). Zahrnuje hmac.digest(), compare_digest(), Base64, SHA-512, ověřování webhook a podepisování API.