What does TG E2EE encrypted chat provide? Given its open source clients

Telegram server is not open source.
Telegram clients are open source.
Users can choose to use E2EE encrypted chat within themselves.
User A know User B in real life and they know each other’s telegram username,

Q1: With open source clien… Continue reading What does TG E2EE encrypted chat provide? Given its open source clients

Is it possible to perform input validation in a system with "true" end-to-end encryption?

Imagine there is a secret key, which is used for symmetric encryption. I.e.: anyone with this key can encrypt / decrypt a message.
A service allows users to store a message under a certain filepath, which can also be retrieved with that fi… Continue reading Is it possible to perform input validation in a system with "true" end-to-end encryption?

Browser- side caching of encrypted sensitive informations in sessionStorage?

We are currently implementing envelope encryption to securely encrypt sensitive data(name, emails, phone numbers, photo, previous employers etc.) about our users. However, we are now thinking about to implement browser-side caching to redu… Continue reading Browser- side caching of encrypted sensitive informations in sessionStorage?