Commit cdfd371f54f2be1ac654a8d340ca9c982858bbdd
Merge pull request #92 from alexmat2on/patch-1
Fix some typos in the docsAnders 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.md | changed |
stories/gossiping-securely-is-the-new-email.md | changed |
stories/design-challenge-sybil-attacks.md | |||
---|---|---|---|
@@ -1,7 +1,7 @@ | |||
1 | 1 … | # Design Challenge: Sybil Attacks | |
2 | 2 … | ||
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. | ||
4 | 4 … | ||
5 | 5 … | For example, email's design is vulnerable to spam. | |
6 | 6 … | 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. | |
7 | 7 … |
stories/gossiping-securely-is-the-new-email.md | ||
---|---|---|
@@ -12,9 +12,9 @@ | ||
12 | 12 … | - 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. |
13 | 13 … | |
14 | 14 … | > That sounds a bit complicated! |
15 | 15 … | |
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. | |
17 | 17 … | It looks like this at the moment: |
18 | 18 … | |
19 | 19 … | ![secure_message_example](../assets/secure_message_example.png) |
20 | 20 … | _Direct messaging in Patchwork_ |
Built with git-ssb-web