Skip to content

Commit e864522

Browse files
committed
adding link to crypto101
1 parent bf2ca9b commit e864522

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-31T16:08:44Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-31T18:29:17Z</updated></feed>

source/content/pages/18-web-security/1801-web-security.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ securing Linux distributions.
3636
* [How HTTPS Secures Connections](http://blog.hartleybrody.com/https-certificates/)
3737
is a guide for what HTTPS does and does not secure against.
3838

39+
* [Crypto 101](https://www.crypto101.io/) is an introductory course on
40+
cryptography for programmers.
41+

web-application-security.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ <h2>Security Resources</h2>
114114
<p><a href="http://blog.hartleybrody.com/https-certificates/">How HTTPS Secures Connections</a>
115115
is a guide for what HTTPS does and does not secure against.</p>
116116
</li>
117+
<li>
118+
<p><a href="https://www.crypto101.io/">Crypto 101</a> is an introductory course on
119+
cryptography for programmers.</p>
120+
</li>
117121
</ul>
118122
<br/>
119123
Next read the

0 commit comments

Comments
 (0)