Skip to content

Instantly share code, notes, and snippets.

View MahdiyarGHD's full-sized avatar
:copilot:

Mahdiyar Ghannad MahdiyarGHD

:copilot:
View GitHub Profile
@aciudacov
aciudacov / validateInitData.cs
Last active November 30, 2025 20:54
Telegram Web App Bot data validation (initData) in .NET/C#
using System.Collections.Specialized;
using System.Security.Cryptography;
using System.Text;
using System.Web;
/// <summary>
/// Validates init data passed to Telegram WebApp.
/// </summary>
/// <param name="initData">
/// String received from Telegram WebApp. Accessible via Telegram.WebApp.initData on the web.