Overview
Cryptography is a software technology for protecting data.
This instructor-led, live training (online or onsite) is aimed at engineers who wish to learn the fundamentals of cryptography and apply this knowledge to secure their software applications and systems.
By the end of this training, participants will be able to:
- Generate shared secret keys to communicate securely between two parties
- Understand and adopt numerous security protocols
- Analyze security holes in existing systems
- Take appropriate measures when an unwanted party accesses private data
- Examine real-world cases involving unwanted data access and implement appropriate responses.
Format of the Course
- Interactive lecture and discussion.
- Lots of exercises and practice.
- Hands-on implementation in a live-lab environment.
Course Customization Options
- To request a customized training for this course, please contact us to arrange.
Requirements
- An understanding of basic security concepts
Audience
- Developers
- Engineers
Course Outline
Introduction
Overview of Cryptography Concepts
Ensuring Data Integrity
- Encrypting and decrypting data with Block Cyphers
- Working with AES and 3DES
- Authenticating multimedia files
Ensuring Confidentiality
- Symmetric encryption
- Preventing ciphertext attacks
Public Key Cryptography
- Creating and exchanging secret keys
- Understanding computational number theory
- Constructing and managing a public key encryption system
Troubleshooting and Best Practices
Summary and Conclusion