Dmitri Volkov
DevOps Engineer & Python Automation Specialist
Giới thiệu
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.
Bài viết của Dmitri Volkov
Giải mã JWT trong Python với PyJWT jwt.decode(). Bao gồm xác thực HS256/RS256, giải mã không xác minh, base64 thủ công, python-jose và lỗi thường gặp.
Băm chuỗi và tệp với SHA-256 trong Python bằng hashlib.sha256(). Bao gồm HMAC-SHA256, kiểm tra checksum tệp, digest Base64 và thư viện cryptography.
Tạo và xác minh HMAC-SHA256 trong Python bằng hmac.new(). Bao gồm hmac.digest(), compare_digest(), Base64, SHA-512, xác minh webhook và ký API.