Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Articles by Ginni
Page 13 of 124
How Does a Message Authentication Code Work?
A message authentication code is a block of a few bytes that can be used to authenticate a message. The receiver can test this block and be definite that the message hasn't been changed by the third party.A family of cryptographic functions that is parameterized by a symmetric key. Each functions can facilitate on input data (known as “message”) of variable length to create an output value of a definite length. The output value is known as the MAC of the input message.An approved MAC algorithm is normal to satisfy the following property (for each of its provided security levels): ...
Read MoreWhat is MAC in Information Security?
MAC stands for Message Authentication Code. It is also defined as a tag. It is used to authenticate the origin and characteristics of a message. MACs use authentication cryptography to check the legitimacy of information sent through a network or shared from one person to another.MAC provides that the message is appearing from the correct sender, has not been modified, and that the information transferred over a network or saved in or outside a system is legitimate and does not include harmful code. MACs can be saved on a hardware security structure, a device used to handle responsive digital keys.A ...
Read MoreWhat are the application of Digital Watermarking?
There are various application of digital watermarking which are as follows −Broadcast Monitoring − Advertisers need to provide that they receive all of the air time which they buy from broadcasters. A non-technical approach in which human observation can be used to watch the broadcast and verify the originality by viewing or hearing is an error prone and expensive. Therefore, there should be an autorecognition system, which can save the identification codes to the broadcast.There are several techniques like cryptography that save the recognition code in the file header but the information is unlikely to survive any type of conversion ...
Read MoreWhat are the applications of RSA Algorithm?
There are some application of RSA Algorithm are as follows −RSA algorithm is asymmetric cryptography algorithm as it operate on two different keys such as public key and private key. The public key is likely to everyone, and private key remains private. The public key includes two numbers, one of which is a multiplication of two large prime numbers.The RSA algorithm is based on the complexity included in the factorization of large numbers. The RSA algorithm depends on the fact that there is no effective method to factor very large numbers. Therefore, it can deducing an RSA key would take ...
Read MoreWhat are the application of Steganography?
Steganography is also represented as the art and science of hiding data by embedding messages within apparently harmless messages. Steganography works by restoring bits of useless or unused information in regular computer files. This hidden data can be plaintext or ciphertext and even images.Steganography hides the covert message but not the fact that two parties are connecting with each other. The steganography procedure frequently includes locating a hidden message in some transport medium, known as the carrier.The secret message is embedded in the carrier to form the steganography channel. The need of a steganography key can be employed for encryption ...
Read MoreWhat are the security of RSA?
The security of RSA are as follows −Plain text attacks −The plain-text attacks are classified into three subcategories are as follows −Short message attack − In the short message attack, it can consider that attacker knows some blocks of plain text. If this assumption is true, the attackers can try encrypting each plain-text block to view if it results into the known cipher-text.Therefore, it can avoid this short-message attack, it is suggested that it can pad the plain text before encrypting it.Cycling attack −In this attacker suppose that the cipher text was acquired by doing some permutation on the plain-text ...
Read MoreWhat are the techniques of Steganalysis?
Steganalysis is the technology that tries to defeat steganography by detecting the hidden data and extracting or destroying it. Steganalysis is the procedure of detecting steganography by viewing at variances between bit patterns and unusually high file sizes. It is the art of finding and rendering meaningless covert messages.The main objective of steganalysis is to recognize suspected data streams, determine whether or not they have hidden messages encoded into them, and, if applicable, recover the hidden data.Steganalysis generally begins with several suspect data streams but uncertainty whether any of these include hidden message.The steganalyst starts by decreasing the group of ...
Read MoreWhat are the tools of Steganography?
Steganography tools are used to hide document within several forms of data. These are the tools needed to implement steganography. It can operate with steganography in sound and images with the benefit of S-Tools.By using S-Tools, it can hide several files in one object. The files are first individually compressed and saved with their names. Thus, S-Tools can precede the stored data with some random garbage, so as to create decryption tough.After this, the sender select a “passphrase”, which is the key to the decryption. According to the passphrase, the entire lot is encrypted. All encryption operate in what is ...
Read MoreWhat are the characteristics of Steganography software?
Steganography is the art and science of hiding data such that its presence cannot be identified and a communication is appearing. A secret data is encrypting in an aspect such that the very continuation of the information is concealed.In steganography software, it can be paired with current communication methods, steganography can be used to give out hidden exchanges.The main objective of steganography is to communicate securely in a completely unidentifiable manner and to prevent drawing suspicion to the transmission of a hidden information.There are several applications have multiple requirements of the steganography methods used. For instance, there are several applications ...
Read MoreWhat are the methods of Audio Steganography?
In audio steganography, secret message is installed into digitized audio signal which result offend altering of binary series of the matching audio file. There are several methods are available for audio steganography which are as follows −Low-bit encoding − Binary information can be saved in the Least Significant Bits of the sound files (same to the image files). For instance, channel capacity is 1kb per second per Hz. Thus, if it can have an 8kHz sequence, the capacity is 8kbps.This method present audible noise. This has very low immunity to manipulation. Factors such as resampling and channel noise can simply ...
Read More