.NET Core Data Security - Hope is Not a Strategy
Offered By: NDC Conferences via YouTube
Course Description
Overview
Learn essential data security techniques for .NET Core in this comprehensive 52-minute conference talk. Explore random number generation, hashing methods, authenticated hashing, and password-based key derivation functions. Dive into symmetric and asymmetric encryption using DES, Triple DES, AES (ECB and GCM), and RSA. Discover how to combine these elements to create a robust hybrid encryption scheme incorporating AES, RSA, HMACs, and digital signatures. Gain practical knowledge on implementing confidentiality, integrity, non-repudiation, and authentication in your software development projects to protect your employer's data effectively.
Syllabus
Intro
What This Talk Is
What We Will Cover
Examples of Cryptography
Random Numbers
Hashing-SHA Family
HashMessage Authentication Codes - HMAC
Secure Password Storage
Symmetric Encryption - AES
AES-GCM Mode (Galois Counter Mode)
Asymmetric Encryption - RSA
Digital Signatures
Quick Recap
Hybrid Encryption - Integrity (AES-CBC)
Hybrid Encryption - Signature
What We Have Covered
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube