Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AES-IGE #37

Open
watzon opened this issue Mar 17, 2020 · 0 comments
Open

Add support for AES-IGE #37

watzon opened this issue Mar 17, 2020 · 0 comments

Comments

@watzon
Copy link

watzon commented Mar 17, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant