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.digest, compare_digest, Base64, SHA-512, верифікацію вебхуків та підпис API.