You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IGE (Infinite Garbled Extension) isn't very well used in the crypto world, but it does exist. Telegram actually is the only service I know of that makes use of it, and that's exactly what I need it for. In theory, IGE should be fairly simple to implement. I'm attempting it right now, but I am pretty terrible with cryptography.
IGE (Infinite Garbled Extension) isn't very well used in the crypto world, but it does exist. Telegram actually is the only service I know of that makes use of it, and that's exactly what I need it for. In theory, IGE should be fairly simple to implement. I'm attempting it right now, but I am pretty terrible with cryptography.
Some implementations:
https://github.com/pyrogram/tgcrypto/blob/master/tgcrypto/ige256.c
https://github.com/LonamiWebs/Telethon/blob/master/telethon/crypto/aes.py
The text was updated successfully, but these errors were encountered: