Purchase Solution

Private and Public Key Encryption

Not what you're looking for?

Ask Custom Question

What is a key? What are the differences between private key and public key encryption? Provide examples of each.

Purchase this Solution

Solution Summary

The expert examines the differences between private key and public key encryption. Examples of each are provided.

Solution Preview

Public Key Cryptography and Private Key Cryptography
Cryptography involves methods use to provide information security for example maintaining confidentiality of data, entity authentication and origin of data authentication. This involves encryption and decryption of data. This may be in form of key cryptography, hash functions or digital watermarking. (Chaddoud, 2005)

Encryption changes the form of the information. It uses a predefined algorithm either known or hidden to convert the given meaningful text into another text that may or may not be meaningful. This is usually referred to as conversion of plaintext into cipher text. Encrypted data is meant to be read only by the party having a specific key. (Northwestern University, 2009)

Decryption is to find the meaning of the given cipher text, i.e. is to find the hidden data in the given data. This is also done by using a key. . (University of Rhode Island, 2009)

Key: - A key is the strength of any cryptography algorithm. Key decides the functional output of a cryptographic algorithm or cipher. Key plays an important role in both encryption and decryption. A key defines the transformation between the cipher text and plaintext. There are generally two forms of keys: -

• Encryption key: - encryption key is used to convert given message or plaintext into the encrypted form or plaintext. This transformation is based on a predefined mathematical function such as XOR, modular ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C# variables and classes

This quiz contains questions about C# classes and variables.