Completed
University Unique Identifier
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Secure Coding in Go - Avoiding Common Vulnerabilities
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Have a secure mindset
- 3 What is user input
- 4 Injections
- 5 Iterable IDs
- 6 University Unique Identifier
- 7 SQL Injection
- 8 Making Friends
- 9 Login Bypass
- 10 Valid Login
- 11 Unsafe File Upload
- 12 More Slides
- 13 Reflecting XSS
- 14 More vulnerabilities
- 15 Encoding vs Encryption
- 16 face bomb
- 17 encrypted gopher
- 18 encryption
- 19 TLS handshake
- 20 What can you do
- 21 Best Practices
- 22 hashing vs encryption
- 23 argon2id
- 24 OWASP
- 25 Supply chain
- 26 Famous attacks
- 27 Thirdparty libraries
- 28 Linus
- 29 Verified Unverified
- 30 Recap
- 31 Be Proactive
- 32 Conclusion