--%>

Encryption

Explain the term Encryption.

E

Expert

Verified

Encryption: At the core of most security services are encryption algorithms. These are functions that take as input a stream of bits (plaintext) and produce an output (cipher text) that bears no resemblance to the input. The encryption algorithm is reversible hence an authorized party can take the output and recover the original input. This process is called decryption. Encryption/decryption algorithms by themselves are very difficult to keep secret, and if revealed would invalidate the algorithm for future use. Hence, modern algorithms also include a key which will determine exactly how the algorithm will work in a given situation. If the key is compromised a new key can be chosen and the same algorithm can be used.

The primary characteristic of an encryption algorithm (and the usual approach to attacking one) is that there are no repetitive patterns in the cipher text and that patterns in the cipher text can not be related to simi lar patterns in the plaintext. For example, consider the simple substitution codes, which offset the alphabet by a fixed number of characters. So that A maps to F, B maps to G, and so on wrapping around when it gets to the end so that Z maps to E. It turns out that the frequencies of certain letters in different languages are well known and can be used to break a code like this quite easily. Similar patterns can be found for pairs of characters, etc. So a good encryption algorithm must try to mask the patterns that are inherent in the plaintext.

Encryption algorithms are classified into two broad categories-symmetric and asymmetric. These two categories differ in the number of different keys used, the operations performed, and the algorithm efficiency.

   Related Questions in Computer Network Security

  • Q : Application and benefits of IP security

    List out the various application and benefits of IP security?

  • Q : E-mail compatibility function in PGP

    Explain the need of E-mail compatibility function in PGP?

  • Q : Wireless Information Security System

    Wireless Information Security System: In any wireless network only secure authorized usage should be given and the company should make sure o putting the best practices into use. The access points should not be given access without putting it through

  • Q : Suppose you worked for a US- based

    Suppose you worked for a US- based company that wanted to develop its own MIB for managing a product line. Where in the object identifier tree would it be registered? ( Hint: You’ll have to do some digging through RFCs or other documents to answer this question.)

  • Q : Threat Statement Define the term Threat

    Define the term Threat Statement and what are their consequences?

  • Q : Ethics of information technology i need

    i need a rational diagram for this assignment.can u plz help me out.job id is TG12WAH514COM

  • Q : Calculating the candidate AES cipher

    Explain original set of the criteria which is used by NIST to calculate the candidate AES cipher?

  • Q : Define Google click fraud Google click

    Google click fraud: It is a type of internet crime which occurs in pay per click online advertising while a person, automated script, or computer program imitates legitimate user of any web browser clicking on an ad, for producing a charge per click w

  • Q : Ip Question 4 - You have been asked to

    Question 4 - You have been asked to design an IP addressing plan for a medium size corporation, Corporation (X) converting to an IP network. The corporation currently has 88 locations but plans to expand to approximately 100 Locations within the next year. Each location should have a user network

  • Q : Sub Word and Sub Bytes Explain

    Explain difference between the Sub Word and Sub Bytes?