Earlier quoted context omitted.
I'm quite certain that the current TextSecure chat allows my proposed scenario with Alice, Bob and Carol to go through without issue. This is the main problem here. So while transcript consistency is discussed in the blog post, it remains the case that Alice can send a different message to Bob and Carol without being detected.
I'm quite certain that the current TextSecure chat allows my proposed scenario with Alice, Bob and Carol to go through without issue. This is the main problem here. So while transcript consistency is discussed in the blog post, it remains the case that Alice can send a different message to Bob and Carol without being detected. Are you sure this is correct? From the blog post, it seems like this is impossible: https:/…
TextSecure's Private Group Messaging
51–60 of 109 posts
Re: TextSecure's Private Group Messaging
#52Earlier quoted context omitted.
I'm quite certain that the current TextSecure chat allows my proposed scenario with Alice, Bob and Carol to go through without issue. This is the main problem here. So while transcript consistency is discussed in the blog post, it remains the case that Alice can send a different message to Bob and Carol without being detected. Are you sure this is correct? From the blog post, it seems like this is impossible: https:/…
The attacker could send different Ks to each user so that K decrypts C to a different plaintext.
As far as I know, it isn't possible for an attacker to generate a message ciphertext C such that two different decryption keys would both decrypt to valid plaintexts. There can only be one valid decryption key; trying to decrypt C using any other key would yield random output, wouldn't it?
Re: TextSecure's Private Group Messaging
#53Earlier quoted context omitted.
I'm quite certain that the current TextSecure chat allows my proposed scenario with Alice, Bob and Carol to go through without issue. This is the main problem here. So while transcript consistency is discussed in the blog post, it remains the case that Alice can send a different message to Bob and Carol without being detected. Are you sure this is correct? From the blog post, it seems like this is impossible: https:/…
The attacker could send different Ks to each user so that K decrypts C to a different plaintext.
https://news.ycombinator.com/item?id=7701510
Does your transcript consistency rely on the security of your server?
Re: TextSecure's Private Group Messaging
#54Earlier quoted context omitted.
Afaik TextSecures server infrastructure consists mainly of Google Play Services which comes at no financial costs for them but with the downside of depending on Google to temporary store encrypted text.
I would rather pay a nominal fee to support their infrastructure than have to rely on Google Play Services for a supposedly "secure" messaging service.
Besides, TextSecure is free software so it might possible to run your own server at least in the future.
Re: TextSecure's Private Group Messaging
#55Earlier quoted context omitted.
The attacker could send different Ks to each user so that K decrypts C to a different plaintext.
Hence the continuous transcript consistency feature of the TextSecure protocol. Meanwhile: I'm curious about your answer to the question 'sdevlin posted downthread: https://news.ycombinator.com/item?id=7701510 Does your transcript consistency rely on the security of your server?
Zed Shaw was right: http://zedshaw.com/essays/thomas_ptacek_should_apologize.htm...
Re: TextSecure's Private Group Messaging
#56Earlier quoted context omitted.
Hence the continuous transcript consistency feature of the TextSecure protocol. Meanwhile: I'm curious about your answer to the question 'sdevlin posted downthread: https://news.ycombinator.com/item?id=7701510 Does your transcript consistency rely on the security of your server?
Sorry, Thomas, but after you repeatedly replied to my private requests for conflict resolution with threats and abusive remarks, I refuse to interact with you entirely, publicly or privately. Those curious as to why I'm saying this should read Ptacek's other comments on this thread for a primer. Zed Shaw was right: http://zedshaw.com/essays/thomas_ptacek_should_apologize.htm...
Re: TextSecure's Private Group Messaging
#57Earlier quoted context omitted.
Sorry, Thomas, but after you repeatedly replied to my private requests for conflict resolution with threats and abusive remarks, I refuse to interact with you entirely, publicly or privately. Those curious as to why I'm saying this should read Ptacek's other comments on this thread for a primer. Zed Shaw was right: http://zedshaw.com/essays/thomas_ptacek_should_apologize.htm...
Instead of writing your comments for Thomas, why not write them for the HN community? We're all very interested in hearing your thoughts. Thomas poses some good questions; why not consider answering them for us?
Re: TextSecure's Private Group Messaging
#58I'm a big fan of TextSecure and recommended it to all my friends, both those in IT and 'normal' people. Usually, I managed to convince them that the open source nature of TextSecure and the crypto experts behind it (e.g. Moxie) make it more secure than Threema/... . However, the more sceptical ones among my friends always asked two questions, which I didn't have a good answer for: 1. What is TextSecure's business mod…
> 1. What is TextSecure's business model? Who pays for the server infrastructure? It's a good question. TextSecure is not a business, so we don't really have a business model in the traditional sense. Open Whisper Systems is a collective project made up of volunteers and a growing number of contributors, who are sometimes paid by donations ( https://whispersystems.org/blog/bithub/ ) and grants. Thus far, we've been a…
Re: TextSecure's Private Group Messaging
#59Earlier quoted context omitted.
The attacker could send different Ks to each user so that K decrypts C to a different plaintext.
If you try to decrypt C with any key other than the K that was used to encrypt it, you'll get gibberish (the decryption process will fail). As far as I know, it isn't possible for an attacker to generate a message ciphertext C such that two different decryption keys would both decrypt to valid plaintexts. There can only be one valid decryption key; trying to decrypt C using any other key would yield random output, wo…
Re: TextSecure's Private Group Messaging
#60Earlier quoted context omitted.
I would rather pay a nominal fee to support their infrastructure than have to rely on Google Play Services for a supposedly "secure" messaging service.
I see you point but it should not weaken the security because encryption happens at the client, Google "only" gets metadata which at least authorities will get anyway. Besides, TextSecure is free software so it might possible to run your own server at least in the future.