






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Students of Communication, study E-Commerce as an auxiliary subject. these are the key points discussed in these Lecture Slides of E-Commerce : Cipher Systems, Terminology, Plaintext, Ciphertext, Digits, Encrypted Data, Unencrypted Data, Intended Receivers, Cryptosystem, Encrypting Messages
Typology: Slides
1 / 10
This page cannot be seen from the preview
Don't miss anything!







plaintext
ciphertext
key
is a string of digits that acts as a password.
that transforms the ciphertext into plaintext.
cipher
or
cryptosystem
is a technique or
algorithm for encrypting messages.
Egyptians. Text was encrypted by hand.
Substitution cipher
: Every occurrence of a
given letter is replaced by a different one.Example: “a” by “b”, “b” by “c”, etc.“Uftujoh, uftujoh”
-^
Transposition cipher
: The ordering of the
letters is shifted to form new words.Example: Plaintext = exampleCiphertext = eape xml
algorithm and yet not be able to decipher anencrypted message without the key.
on the size, in terms of bits, of the key used inthe encryption procedure. The longer the key,the more computing power and time it takes tobreak the code.Example: 128-bit encryption systems.
Also known as
symmetric
or
secret-key
encryption, it uses a single key to bothencrypt and decipher the message.
-^ Public-key cryptography
Also known as
asymmetric
encryption, it uses
a public key to encrypt messages and a privatekey to decipher messages.
with each user in the network.
obtain a session key from the KDC.
obtain a new session key, improving security.
entire network is at risk.
private-key encryption algorithm developedby the NSA and IBM in the 1950s.
keys are secure. See
Cracking the 56-bit DES
system
DES systems in a row, each with its own key.
Standard (AES).
the merchant’s public key, the customer knowsthat only the merchant can decipher the message.
customer’s private key, the merchant can decipherit using the customer’s public key thus identifyingthe customer.
Example: Merchant to customer– First encode using the customer’s public key.– Use the merchant’s private key on the result.