Presentation is loading. Please wait.

Presentation is loading. Please wait.

Encryption 10-4-2017.

Similar presentations


Presentation on theme: "Encryption 10-4-2017."— Presentation transcript:

1 Encryption

2 Techniques: The actual implementation of security goals needs some techniques. Two techniques are cryptography steganography

3 Cont... Cryptography, a word with Greek origin, means “secret writing”. use to transforming messages to make them secure and immune to attacks, in the past cryptography referred only to the encryption and decryption of messages using secret keys Today it is defined as involving three distinct mechanisms: symmetric-key encripherment asymmetric-key encipherment hashing.

4 Symmetric-key Encipherment
In symmetric encipherment, an entity, say Alice, can send a message to other entity, say Bob, over an insecure channel with the assumption that an adversary, say Eve, cannot understand the contents of the message by simply eavesdropping over the channel. Alice encrypts the message using an encryption algorithm. Bob decrypts the message using a decryption algorithm. Symmetric-key encipherment uses a single secret key for both encryption and decryption. In symmetric-key enciphering, Alice puts the message in a box and locks the box using the shared secret key; Bob unlocks the box with the same key and takes out the messages.

5

6 SYMMETRIC CIPHER MODEL
A symmetric encryption scheme has five ingredients They are Plaintext: This is the original intelligible message or data that is fed into the algorithm as input. 2. Encryption algorithm: The encryption algorithm performs various substitutions and transformations on the plaintext. 3. Secret key: The secret key is also input to the encryption algorithm. The key is a value independent of the plaintext and of the algorithm. The algorithm will produce a different output depending on the specific key being used at the time. The exact substitutions and transformations performed by the algorithm depend on the key.

7 4. Cipher text: This is the scrambled message produced as output
4. Cipher text: This is the scrambled message produced as output. It depends on the plaintext and the secret key. For a given message, two different keys will produce two different cipher texts. The cipher text is an apparently random stream of data and, 5. Decryption algorithm: This is essentially the encryption algorithm run in reverse. It takes the cipher text and the secret key and produces the original plaintext

8 Asymmetric Encipherment
In asymmetric encipherment, we have the same situation as the symmetric-key encipherment, with a few exceptions. First, there are two keys instead of one; one public key and one private key. To send a secure message to Bob, Alice firsts encrypts the message using Bob’s public key. To decrypts the message, Bob uses his own private key

9

10 Hashing In hashing, a fixed-length message digest is created out of a variable- length message. The digest is normally much smaller than the message. To be useful, both the message and the digest must be sent to Bob. Hashing is used to provide check values, which were discussed later in relation to providing data integrity.

11 Digital Signature

12 Steganography This is the art of hiding messages in another form.
Message is not altered as in encryption. A text can hide a message. For example “red umbrella needed” may mean the message “run”. The first letter of each word in the text becomes the message. An image can also be used for hiding messages.

13 Authentication model Peer entity authentication:
Corroboration of the Identity of two entities participating in communication. Peer entity authentication needs during the data transfer It attempts to provide confidence that an entity is not performing either a masquerade or an unauthorized replay of a previous connection. Data origin authentication: corroboration of the source of a message (sender).

14 Encryption All encryption algorithms are based on two general principles: Substitution: in which each element in the plaintext is mapped into another element, and Transposition in which elements in the plaintext are rearranged.


Download ppt "Encryption 10-4-2017."

Similar presentations


Ads by Google