git ssb

9+

mixmix / ssb-handbook



Commit cdfd371f54f2be1ac654a8d340ca9c982858bbdd

Merge pull request #92 from alexmat2on/patch-1

Fix some typos in the docs
Anders Rune Jensen authored on 4/18/2018, 12:23:09 PM
GitHub committed on 4/18/2018, 12:23:09 PM
Parent: 7e0df586d366b59bf9a9560bd92c32d365d5b6cb
Parent: a89d22bb4f87a613e83fbaf85bb13e13288f1994

Files changed

stories/design-challenge-sybil-attacks.mdchanged
stories/gossiping-securely-is-the-new-email.mdchanged
stories/design-challenge-sybil-attacks.mdView
@@ -1,7 +1,7 @@
11 # Design Challenge: Sybil Attacks
22
3-If it is possible for an anyone to connect to a computer system then it may be possible to interfere with the operation of that system, and defenses against interference must be designed in.
3 +If it is possible for anyone to connect to a computer system then it may be possible to interfere with the operation of that system, and defenses against interference must be designed in.
44
55 For example, email's design is vulnerable to spam.
66 To send someone an email, all that is required is to have their email address; email is unsolicited messaging, so it's easy to send nuisance or fraud emails.
77
stories/gossiping-securely-is-the-new-email.mdView
@@ -12,9 +12,9 @@
1212 - When I read my friends diaries, any scrambled message I can decode must have been for me, any I can’t must have been meant for someone else.
1313
1414 > That sounds a bit complicated!
1515
16-It does, but the good news is you don’t need to know any crypotogrpahy, you can just install Patchwork, and it works like email.
16 +It does, but the good news is you don’t need to know any cryptography, you can just install Patchwork, and it works like email.
1717 It looks like this at the moment:
1818
1919 ![secure_message_example](../assets/secure_message_example.png)
2020 _Direct messaging in Patchwork_

Built with git-ssb-web