Dmitri Volkov
DevOps Engineer & Python Automation Specialist
Об авторе
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.
Статьи Dmitri Volkov
Декодирование JWT в Python с помощью PyJWT jwt.decode(). Верификация HS256/RS256, декодирование без проверки, ручной base64, python-jose и типичные ошибки.
Хешируйте строки и файлы с SHA-256 в Python через hashlib.sha256(). HMAC-SHA256, контрольные суммы файлов, Base64-дайджест и библиотека cryptography.
Генерация и проверка HMAC-SHA256 в Python с hmac.new(). HMAC-SHA256, hmac.digest(), compare_digest(), Base64, SHA-512, верификация вебхуков и подпись API.