Dmitri Volkov
DevOps Engineer & Python Automation Specialist
O autorze
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.
Artykuły Dmitri Volkov
Dekoduj JWT w Pythonie za pomocą PyJWT jwt.decode(). Obejmuje weryfikację HS256/RS256, dekodowanie bez weryfikacji, ręczne base64, python-jose i typowe błędy.
Haszuj ciągi i pliki SHA-256 w Pythonie za pomocą hashlib.sha256(). Obejmuje HMAC-SHA256, sumy kontrolne plików, kodowanie Base64 i bibliotekę cryptography.
Generuj i weryfikuj HMAC-SHA256 w Pythonie za pomocą hmac.new(). Obejmuje hmac.digest(), compare_digest(), Base64, SHA-512, weryfikację webhook i podpis API.