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

[Feature Request] Add encryption cbc aes for example for groups and chats #442

Open
monat78 opened this issue Nov 7, 2023 · 2 comments
Open
Labels
enhancement Improvment suggestion for existing feature.

Comments

@monat78
Copy link

monat78 commented Nov 7, 2023

Is your feature request related to a problem?

Add passwords to be able to chat in groups and private with cbc :aes keys or some password to make Telegram unable to read it. More private :D

Describe the solution you'd like

When arribe cbc tag decrypt text or file with predefinided password. and to send too.
https://erev0s.com/blog/tiny-aes-cbc-mode-pkcs7-padding-written-c/

Describe alternatives you've considered

cbc aes key kl256 pkcs7

Additional context

No response

@monat78 monat78 added the enhancement Improvment suggestion for existing feature. label Nov 7, 2023
@dynamodan
Copy link

I would appreciate this as well. What I was thinking is a way to send public encryption key to a group, and everything sent to that user comes encrypted and in Base64 or something, and decrypted at the receiving end with a private key such as openssl can encrypt/decrypt. Anything sent unencrypted would show red highlighting, and any user using a telegram client that doesn't have the feature will see scrambled base64 content.

@ilya-fedin
Copy link
Contributor

ilya-fedin commented Dec 20, 2023

https://core.telegram.org/api/terms

1.3. As a client developer, you must make sure that all the basic features of the main Telegram apps function correctly and in an expected way both in your app and when users of your app communicate with other Telegram users. It is forbidden to force users of other Telegram clients to download your app in order to view certain messages and content sent using your app.

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

No branches or pull requests

3 participants