-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Ability to edit messages for security #226
Comments
Or... another way to prevent a friendly compromised user from showing your Secure messages would be to add a second pass phrase to the system that if entered destroys the data. May also want to consider an anti-database copy to the system so that it someone attempts to backup the encrypted database it is automatically destroyed. |
Might also be a good idea to add auto-destruct to certain messages. So after a certain amount of time the data is automatically deleted. |
+1 |
|
I think the ability to edit messages would help deniability a lot. It would be a nice feature to have. |
thanks but i don't think we're going to do this |
My understanding of OTR protocol is that you are guarantied to be the sender of a message when it is received but the protocol also guaranties that nobody can prove a message was sent by you at a later point. Like a real life conversation. "If know you said something to me, but I can not prove it at a later point".
This is great but unless TextSecure somehow allows people to alter the past of a conversation the app itself does provide a reasonable proof/indication that I said something in the past.
Example: My friends phone is ceased and he is compromised to unlock TextSecure. OTR does not in any way guarantee I had our long conversation but since my friend is not a skilled hacker/developer able to alter the TextSecure database the conversation itself it a pretty good indicator/proof of the conversation being authentic.
Solution: Add the option to edit a message (any message) from the Android Context Menu just like you can delete a message. Maybe also add the ability to insert a new message next to it.
The text was updated successfully, but these errors were encountered: