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