git ssb

3+

cel / ssb-server-wiki



Commit 902278bc374997e5c739c1dafde4c2c9e6909b08

Updated secure private channels: the good, the bad, and the ugly (markdown)

Dominic Tarr committed on 5/6/2015, 4:18:15 AM
Parent: 56107a3195fa8e6bd35cdcb9bd43a952268f4633

Files changed

secure-private-channels:-the-good,-the-bad,-and-the-ugly.mdchanged
secure-private-channels:-the-good,-the-bad,-and-the-ugly.mdView
@@ -188,4 +188,5 @@
188188 Alice and Bob (simultaniously): here is the random number you gave me.
189189
190190 > Alice and Bob both send back the the nonce the other sent to them. This confirms they are authorized with the other peer, and can now begin secure communication. (NOTE: this means that the first nonce.length bytes of the ciphertext are a [high entropy] plaintext known to an eavesdropper) I don't think there is any special reason to send the nonce back, it might as well be the string "ACCESS GRANTED" (unless I am mistaken?)
191191
192+ipfs-secure-channel is quite simple, although it could be a little simpler I think. It's basic properties are reasonable, although I think it would be better to remove cipher suite selection because that creates a better primitive.

Built with git-ssb-web