Dmitri Volkov
DevOps Engineer & Python Automation Specialist
Über
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.
Artikel von Dmitri Volkov
JWTs in Python mit PyJWT jwt.decode() dekodieren – HS256/RS256-Verifikation, unkontrolliertes Dekodieren, manuelles base64, python-jose und häufige Fehler.
Strings und Dateien mit SHA-256 in Python über hashlib.sha256() hashen. Behandelt HMAC-SHA256, Dateiprüfsummen, Base64-Digest und die cryptography-Bibliothek.
HMAC-SHA256 in Python mit hmac.new() generieren und prüfen. Behandelt hmac.digest(), compare_digest(), Base64, SHA-512, Webhook-Prüfung und API-Signierung.