a
Size: a a a
a
a
⟁ᴡ
⟁ᴡ
⟁ᴡ
from telethon.sync import TelegramClient
from telethon import functions, types
with TelegramClient(name, api_id, api_hash) as client:
result = client(functions.auth.CheckPasswordRequest(
password=types.InputCheckPasswordSRP(
srp_id=-12398745604826,
A=b'arbitrary\x7f data \xfa here',
M1=b'arbitrary\x7f data \xfa here'
)
))
print(result.stringify())
a
a
⟁ᴡ
a
⟁ᴡ
⟁ᴡ
⟁ᴡ
M1 := H(H(p) xor H(g) | H2(salt1) | H2(salt2) | g_a | g_b | k_a)
⟁ᴡ
⟁ᴡ
⟁ᴡ
⟁ᴡ