-
Course
- Core Tech
What Every Developer Must Know About HTTPS
HTTPS is an essential component of any software running on the web. This course teaches developers how to get their apps talking securely over the web, while avoiding the common pitfalls so many sites fall victim to.
What you'll learn
Securing the transport layer of any application talking over the web is becoming an absolutely essential attribute of modern software. However, HTTPS is frequently not implemented due to perceived (rather than actual) barriers and when it is, it's often done poorly. Not only that, but many modern browser features that can help streamline secure communications (and actually make it more efficient and resilient) are rarely used. In this course, What Every Developer Must Know About HTTPS, you will learn all about why you need HTTPS. First, you'll learn the many positive things that HTTPS does. Next, you'll learn about what many people perceive as barriers to HTTP adoption. Finally, you'll spend some time exploring some topics that go outside of the the basics of HTTPS. By the end of this course, you'll have a fundamental knowledge to both implement HTTPS properly from the outset and retrofit it to existing applications.
Table of contents
- Overview | 2m 33s
- The Rise and Rise of HTTPS | 3m 35s
- Understanding a Man in the Middle Attack | 6m 58s
- The Importance of Confidentiality | 2m 30s
- The Importance of Integrity | 3m 21s
- The Importance of Authenticity | 4m 5s
- Abuses of Unencrypted Traffic Are Everywhere | 3m 17s
- The (Perceived) Barriers to HTTPS | 3m 31s
- The Big Browser Shift | 5m 17s
- Summary | 2m 44s
About the author
Troy Hunt is a Microsoft Regional Director and MVP for Developer Security. He's a regular conference speaker, frequent blogger at troyhunt.com and is the creator of the data breach notification service known as “Have I Been Pwned”.
More Courses by Troy