An Overview on Encryption in C++
Offered By: CppNow via YouTube
Course Description
Overview
Explore the essential topic of encryption for C++ developers in this comprehensive conference talk. Gain a solid introduction to encryption concepts, including the distinction between symmetric and asymmetric encryption methods. Discover various well-known encryption algorithms and learn about their implementations in popular libraries such as cryptopp, botan, and libsodium. Enhance your understanding of secure coding practices and expand your knowledge of cryptographic techniques applicable to C++ development. Access accompanying slides for additional reference and visual aids to reinforce key concepts presented during the talk.
Syllabus
Jens Weller: An Overview on Encryption in C++
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube