Auth data validation for Telegram WebApp HMAC-SHA256 in Java
I'm trying to write auth data validation for the Telegram web app (HMAC-SHA256), according to this question: Data validating from Telegram Web App and CryptoJS I wrote the code in Java: @Test public void hmacTest() { String initData = "[initData]";…