Python Security Programming

PT27504
Training Summary
Learn how to develop secure applications with Python. The Python programming class provides both the contextual and technical details necessary to design and code secure applications and systems. The CIA Triad is an essential concept in cybersecurity and describes the pillars of any secure application: confidentiality, integrity, and availability. In this class, you will learn how to implement the CIA Triad. Because of the internet, applications are becoming more interconnected across corporate and personal boundaries. This creates a massive opportunity for exploitation and breaches of security. You will learn techniques from securing network communication, such as cryptography and token authentication. The course presents secure coding techniques; randomization with entropy, not accepting raw input, canonization, and more. During class, you will review common vulnerabilities, attacks, and mitigation. Injection attacks, buffer overflow, cross-site scripting, DLL preloading attack, and other attacks, are presented to provide students practical security experience. Cryptography is a consistent topic throughout the class, such as hashing to assure integrity and encryption to provide secrecy. You will learn cryptography using OpenSSL. Various crypto algorithms are introduced, such as SHA-256 and AES, and scenarios where they are applied. The final module is about token authentication using Python Flask. Token authentication is effective for network security in a stateless environment. You will develop a Python application using tokens in a walkthrough.
Prerequisites
The audience for this course is Python developers with 3 to 6 months’ experience.
Duration
2 Days/Lecture & Lab
Audience
The audience for this course is Python developers with 3 to 6 months’ experience.
Course Topics
  • Basics
  • Hashing
  • Encryption
  • Digital Signatures
  • Certificates
  • Advanced Concepts

Related Scheduled Courses