Understanding IoT Security Concepts and Terminology
Lectures 1–3
IoT (Internet of Things) – interconnected physical devices exchanging data.
MMU (Malfunction Management Unit) – hardware failsafe.
Invariant – rule defining safe system states.
NTCIP – network protocol for traffic signal controllers.
DoS / DDoS – denial of service (resource flooding).
Replay Attack – reuse of old valid data packets.
Eavesdropping – intercepting communication.
Injection Attack – unauthorized commands/data inserted.
Tampering – altering transmitted or stored
Read MoreCryptography and Network Security Fundamentals
Cryptanalysis: Principles and Attacks
Definition
Cryptanalysis is the process of studying and breaking encryption to recover plaintext or the secret key without knowing the key.
Purpose
The purpose of cryptanalysis is to find weaknesses in a cryptographic algorithm, recover hidden plaintext or keys, check how strong the encryption is, and determine how easily an attacker can exploit the system.
Working Process
- Attacker collects ciphertext.
- Makes guesses or analyzes patterns in the encryption.
- Tries decrypting
Fundamentals of Computer Security and Cryptography
Computer Security refers to the protection of computer systems and networks from theft, damage, unauthorized access, misuse, or disruption of services. It ensures confidentiality, integrity, and availability of data.
The need for security arises because of increasing cyber threats, sensitive data storage (e.G., financial records, medical data), online transactions, and dependence on cloud services. Without security, systems are vulnerable to data breaches, identity theft, and financial losses.
Security
Data Encryption Standard (DES) and Core Cipher Concepts
Data Encryption Standard (DES) Algorithm Explained
The Data Encryption Standard (DES) is a symmetric-key block cipher developed in the 1970s by IBM and adopted by the US government. It encrypts data in 64-bit blocks using a 56-bit key.
How DES Works
- Initial Permutation (IP): The 64-bit plaintext goes through an initial permutation, which shuffles the bits according to a fixed table.
- Divide into Halves: The permuted text is split into two 32-bit halves: Left (L0) and Right (R0).
- 16 Rounds of Feistel Operations:
Cryptography Fundamentals: Symmetric Ciphers and Block Design
Cryptography and the Symmetric Cipher Model
Cryptography is the science of protecting information by transforming it into a secure format. It ensures data confidentiality, authenticity, integrity, and sometimes non-repudiation during communication or storage.
The Symmetric Cipher Model
In the symmetric cipher model, the same secret key is used for both encryption and decryption of messages.
Key Components of a Symmetric Cipher
- Plaintext (P): The original readable message or data.
- Encryption Algorithm:
Cybersecurity Fundamentals: Authentication, Encryption & Threats
Message Authentication
Message authentication verifies that a message received over a communication channel is from the legitimate sender and has not been altered during transmission. It ensures data integrity, authenticity, and often non-repudiation (in the case of digital signatures).
Goals of Message Authentication
- Authenticity: Confirms that the message came from the stated sender.
- Integrity: Ensures the message has not been changed.
- Non-repudiation (optional): Prevents the sender from denying having
