Skip to main content

All Questions

Filter by
Sorted by
Tagged with
13 votes
4 answers
11k views

How To Recover End-To-End Encrypted Data After Losing Private Key?

I'm creating a mobile app which has chat feature in it. Since I wanted to make it secure, I'll do some encryption to messages and the data. I'm thinking of using End-To-End encryption for it but I've ...
Eagleclaw's user avatar
  • 257
2 votes
1 answer
708 views

How do I migrate my private key from one device to another in instant messaging app?

I was thinking about end-to-end encryption for my chat application, but I am struggling to understand how do I migrate my private keys from one device to another. One option I thought is to store ...
Andrey Ruzhencev's user avatar