Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Information Security in Python
Rating: 4.3 out of 5(193 ratings)
8,289 students

Information Security in Python

Encryption (Private key and Public Key) with Python Code - Hashing and Many more
Created byMosin hasan
Last updated 1/2024
English
English [Auto],

What you'll learn

  • Computer Science Students

Course content

16 sections121 lectures14h 57m total length
  • Information Security Structure5:56

    Basic Understanding of the Information security and It's components

  • Introduction to 3 Goals3:31

    Explore the three basic security goals—confidentiality, integrity, and availability—and how breaches threaten privacy, data integrity, and system accessibility.

  • Goal - Integrity2:07
  • Goal - Availibility1:40
  • Introduction to Security Attacks4:04
  • Attacks on Integrity of System3:38

    Identify four integrity attacks: modify a message, masquerade as another sender, replay a prior transmission, and repudiation by a legitimate user, compromising trust.

  • Attacks on Availability of the System2:04

    Explore denial of service attacks that target availability, including distributed denial of service, which overwhelm systems with anomalous requests to slow or interrupt service for legitimate users.

  • Active and Passive Attacks2:09
  • Services and Mechanisms Part -13:09

    Explore the five security services: data confidentiality, data integrity, authentication, non-repudiation, and access control, and how mechanisms like encipherment, hashing, and digital signatures defend against attacks.

  • Services and Mechanisms Part -25:17

    Explore how digital signature ensures confidentiality and integrity, while traffic padding and tor onion routing protect anonymity; authentication, authorization, and non-repudiation secure access.

  • Confidentiality Tools4:20
  • Integrity Tools and Availabity1:51
  • Introduction to Security Goal, Service and Attacks
  • Quiz 2

Requirements

  • Basic Knowledge of Programming

Description

Information technology is important field of computer science.

Knowing basics of Information Security is essential. In this course student will be able to

1. Apply traditional encryption algorithm.

2. Design his own malwares.

3.  Implement SDES and RSA like Algorithms.

4.  Illustrate of the Digital Signature

5. Many more


Algorithm explained in Python are

1. ceaser cipher, 2. mono alphabetic cipher 3. Polyalphabetic cipher

4. Hill cipher 5. Playfair cipher  6. Transposition cipher

7. RSA 8. SDES


Who this course is for:

  • Novice