

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the Simplified Data Encryption Standard?
Simplified Data Encryption Standard (S-DES) is equivalent to the DES algorithm. The SDES encryption algorithm produces an 8-bit block of plaintext (example: 10111101) and a 10-bit key as input and makes an 8-bit block of ciphertext as output. The S-DES decryption algorithm takes an 8-bit block of ciphertext and the same 10-bit key can develop that ciphertext as input and makes the initial 8-bit block of plaintext.
These algorithms generate a key and thus encapsulate the message with this key. There are two types of encryptions: asymmetric and symmetric, which are in vogue.
Presentation Layer
The presentation layer in S-DES manages the translation, encryption/decryption, authentication and compression. These are explained below −
Translation
It can transform the complex data structures used by an application string, integers, structures, etc., into a byte flow that can be shared across the network. The message is defined so that communicating devices agree to the structure of the data being transformed. For instance, ASCII or EBCDIC character sets.
Encryption/Decryption
It can handle security and privacy issues. Encryption can scramble the information so that only authorized persons can unscramble the conversation information. Decryption shifts the encryption procedure to interpret the message back into its original form.
There are two types of Encryption which are as follows −
Asymmetric Encryption − There are two numerically associated keys, such as the name public key and private keys that are created to encrypt and decrypt the message. Asymmetric encryption is considered more secure than symmetric encryption.
Symmetric Encryption − Symmetric encryption is also defined as conventional or single key Encryption. It is based on a secret key, which both communicating parties share. The sending party encrypts the plain text to cipher text messages using the secret key. The receiving party on receipt of the ciphertext message uses a similar secret key to decrypt it to plain text.
Authentication
It can test the antecedents of the remote party being the real party instead of an impostor. It represents that the message is received from an authentic person, not from an impostor. A digital signature is one of the multiple authentication methods that use the public key encryption method.
Data Compression
It compresses data to reduce the amount of transmitted data, thus storing in bandwidth and money. There are three general techniques of data compression. Each method treated that the data stream can be changed into a more compact definition. This compact data stream is regenerated back into the original information at the destination device.
- Related Questions & Answers
- What are the Properties of Data Encryption Standard?
- What are the Weaknesses of Data Encryption Standard?
- Advanced Encryption Standard (AES)
- What is Data Encryption in the Computer Network?
- What are the techniques of data Encryption?
- What is the difference between Software Encryption and Hardware Encryption?
- What is the Blowfish encryption algorithm?
- What is Data Encryption and Decryption in Blowfish Algorithm?
- What is Cloud Encryption?
- What is JavaScript AES Encryption?
- What is Symmetric Key Encryption?
- What is Public Key Encryption?
- What are the Standard Organizations for Data Communications?
- What is DIX Standard?
- What is the difference between Tokenization and Encryption?