An ECC/DCT-Based Robust Video Steganography
Algorithm for Secure Data Communication

Ramadhan J. Mstafa* and Khaled M. Elleithy

Department of Computer Science and Engineering, University of Bridgeport, Bridgeport, CT 06604, USA

*Corresponding Author: rmstafa@my.bridgeport.edu

Received 8 October 2016; Accepted 17 April 2017;
Publication 9 May 2017

Abstract

Nowadays, the science of information hiding has gained tremendous significance due to advances in information and communication technology. The performance of any steganographic algorithm relies on the embedding efficiency, embedding payload, and robustness against attackers. Low hidden ratio, less security, and low quality of stego videos are the major issues of many existing steganographic methods. In this paper, we propose a novel video steganography method in discrete cosine transform (DCT) domain based on error correcting codes (ECC). To improve the security of the proposed algorithm, a secret message is first encrypted and encoded by using Hamming and BCH codes. Then, it is embedded into the DCT coefficients of video frames. The hidden message is embedded into DCT coefficients of each Y, U, and V planes excluding DC coefficients. The proposed algorithm is tested under two types of videos that contain slow and fast moving objects. The experiential results of the proposed algorithm are compared with three existing methods. The comparison results show that our proposed algorithm outperformed other algorithms. The hidden ratio of the proposed algorithm is approximately 27.53%, which is considered as a high hiding capacity with a minimal tradeoff of the visual quality. The robustness of the proposed algorithm was tested under different attacks.

Keywords

1 Introduction

Steganography is a process that involves hiding important information (message) inside other carrier (cover) data to protect the message from unauthorized users. The mixed data (stego objects) will be seen by the human visual system (HVS) as one piece of data because the HVS will not be able to recognize the small change that occurs in the cover data. Message and cover data could be any type of data format such as text, audio, image, and video [1]. The development of steganalysis tools weakens unsecure steganography schemes and rendering them useless. Hence, researchers have to develop secure steganography algorithms that are protected from both attackers and steganalysis detectors. Any successful steganography system should consider three main important factors: embedding capacity, imperceptibility, and robustness against attacks [2].

First, the embedding payload is defined as the amount of secret information that is going to be embedded inside the cover data. The algorithm has a high embedding payload if it has a large capacity for the secret message. The embedding efficiency includes the stego visual quality, security, and robustness against attackers [3].

Second, both a low modification rate and good quality of the cover data lead to a high embedding efficiency [4]. The steganography algorithm that contains a high embedding efficiency will reduce attacker suspicion of finding hidden data and will be quite difficult to detect through steganalysis tools. However, any distortion to the cover data after the embedding process occurs will increase the attention of attackers. The embedding efficiency is directly affected by the security of the steganographic scheme [5]. In traditional steganographic schemes, embedding payload and embedding efficiency are opposite. Increasing the capacity of the secret message will decrease the quality of stego videos that then weakens the embedding efficiency. Both factors should be considered. The deciding factors depend on the steganography algorithm and the user requirements. To improve steganographic schemes, many of the algorithms use ECC principles such as Hamming, BCH, and Reed-Solomon codes [6].

Third, robustness is another factor which measures the steganography algorithm’s resistance against signal processing and attacks. Signal processing operations include compression, geometric transformation, filtering, and cropping. The algorithm is robust when the receiver side extracts the secret message correctly, without any errors. High efficient steganography algorithms are robust against both signal processing and adaptive noises [7].

The remainder of this paper is organized as follows: Section 2 presents steganography versus cryptography and watermarking. Section 3 discusses video steganography techniques in both raw and compressed domains. Section 4 explains discrete cosine transform. Section 5 explains some two ECC principles such as Hamming and BCH codes. Section 6 presents the embedding and extracting phases of the proposed steganography methodology. Section 7 illustrates and explains the experimental results. Section 8 contains the conclusions.

2 Steganography versus Cryptography and Watermarking

The common objective of both steganography and cryptography is to provide confidentiality and protection of data. The steganography “protected writing” establishes a covert communication channel between legitimate parties; while the cryptography “secret writing” creates an overt communication channel [8]. In cryptography, the presence of the secret data is recognizable; however, its content becomes unintelligible to illegitimate parties. In order to increase additional levels of security, steganography and cryptography can operate together in one system [9].

Digital watermarking techniques use a preservation mechanism to protect the copyright ownership information from unauthorized users. This process is accomplished by concealing the watermark information into overt carrier data [10]. Like steganography, watermarking can be used in many different applications such as content authentication, digital fingerprints, broadcast monitoring, copyright protection, and intellectual property protection [11]. Different watermarking techniques can be found in the literature. Figure 1 clarifies the hierarchy of the overall information hiding concept.

images

Figure 1 Information hiding concept.

3 Video Steganography Techniques

Due to the advancement of Internet and multimedia technologies, digital videos have become a popular choice for data hiding. The video data contains a massive amount of data redundancy which can be utilized for embedding secret data. Recently, there are many useful applications of video steganography techniques such as video error correcting [12, 13], military services, bandwidth saving, video surveillance, and medical video security [14]. Video steganography techniques are classified into compressed and uncompressed domains [15, 16].

3.1 Video Steganography Techniques in Compressed Domain

The H.264 standard has increased the efficiency of video compression when compared to the previous versions. Some new features of H.264 video codec include flexible macroblock ordering, quarter-pixel interpolation, intra prediction in intra frame, deblocking filtering post-processing, and multiple frames reference capability [17]. Usually, H.264 codec comprises a number of group of pictures (GOP). Every GOP includes three types of frames: intra (I) frame, predicted (P) frame, and bidirectional (B) frame. During the video compression process, the motion estimation and compensation processes minimize the temporal redundancy. Since the video stream is a number of correlated still images, a frame can be predicted by using one or more referenced frames based on the motion estimation and compensation techniques. First, frames are divided into 16 × 16 macroblocks (MB) wherein each MB contains blocks that may include the smallest size of 4 × 4. When applying a few searching algorithms, block C in the present frame is compared, individually, to one of the selected block R˜ in the referenced frame F˜ in order to find a corresponding block C. The prediction error between two blocks (C and R˜) of size b can be measured using Sum of Absolute Differences (SAD).

e=SAD(C,R˜)=1i,jb|ci,jr˜i,j|(1)

where ci,j and r˜i,j refer to block values. The best matched block will have a minimum SAD using C’s prediction denoted by P˜. The motion vector and differential error D = C-P˜ are required for the video coding process. Video steganography techniques in compressed domain are categorized according to the video coding stages as venues for data hiding such as intra frame prediction, inter frame prediction, motion vectors, transformed and quantized coefficients, and entropy coding.

3.1.1 Intra frame prediction

During the video compression process, the macroblocks are encoded using a number of intra prediction modes. In H.264 codec, the numbers of intra prediction modes are nine of 4 × 4 blocks and four of 16 × 16 blocks. Figure 2 illustrates intra prediction modes for 16 × 16 blocks. Also, the high efficiency video coding (HEVC) codec can support up to 35 intra prediction modes for each 64 × 64, 32 × 32, 16 × 16, 8 × 8, and 4 × 4 block sizes. For data concealing purposes, these modes can be mapped to one or more of secret message bits.

images

Figure 2 H.264 intra prediction modes for 16 × 16 blocks.

3.1.2 Inter frame prediction

In many video steganographic methods, the seven block sizes that include 16 × 16, 16 × 8, 8 × 16, 8 × 8, 8 × 4, 4 × 8 and 4 × 4 of H.264 inter frame prediction are commonly utilized as a venue to embed the secret message by mapping each block type to a number of secret bits. Kapotas et al. [18] proposed a data concealing algorithm for scene change detection in H.264 coding. This method uses four different block sizes. Each one is mapped onto one pair of a secret message. In this algorithm, the secret message consists of scene change frames information that will be embedded into the encoded videos. This embedded information will help the scene change detection algorithm, in H.264 video stream, functioning in real time. However, the data hiding methods of the intra frame prediction have a very limited embedding capacity. For example, let “NY” is the secret information that must be embedded into the inter frame prediction blocks in H.264 codec. By using mapping rules of different block sizes the embedding goal can be achieved. Figure 3 illustrates the embedding process using mapping rules.

images

Figure 3 Mapping rules of prediction block type to embed “NY” characters.

3.1.3 Motion vectors

Motion vector characteristics such as horizontal and vertical components, amplitude, and phase angles are utilized in embedding secret information. Xu et al. [19] proposed a compressed video stream steganography. In this scheme, the embedding process relies on I, P, and B frames. First, the hidden data is concealed into the motion vectors of, both, P and B frames. Only the motion vectors that have high magnitudes are chosen. Here, each macroblock has a motion vector; however, the selected macroblocks are moving rapidly. Secondly, the control information is embedded into I frames. This control information includes the capacity payload and segment range of each GOP. Each GOP contains one I frame which carries the control information necessary for the data extraction phase. In addition, each GOP has a number of P and B frames which contain secret messages in their high magnitude motion vectors. Xu et al.’s method has a low embedding payload because it only used the motion vectors with a high magnitude.

3.1.4 Transform coefficients

DCT, quantized DCT (QDCT), and discrete wavelet transform (DWT) coefficients of the luminance component are also good candidates to conceal the secret message due to their low, middle, and high frequency coefficients for data embedding. Huang et al. [20] presented reliable information bit hiding using the DCT and communication theory. In order to enhance the robustness of this method, the BCH codes and soft-decision decoding have been used. Moreover, the robustness is also achieved by testing both the common signal processing operations and a StirMark attack. The secret data is hidden into the DCT coefficients, especially, in DC with the highest energy coefficient and low-frequency AC coefficients. Barni et al. [21] presented a watermarking technique of MPEG-4 video coding based on the video object planes. This scheme hides the watermark information into the selected inter and intra macroblocks of each video object. Depending on the computed frequency mask, DCT coefficients that exceeds to the predefined threshold were chosen for the embedding process. Barni’s is flexible and easy to use for many applications. Moreover, it is robust against some common signal processing.

3.1.5 Entropy coding CAVLC and CABAC

During the H.264 compression, context adaptive variable length coding (CAVLC) and context adaptive binary arithmetic coding (CABAC) entropy coding can be used as host data to carry secret messages within many video steganographic techniques. Ke et al. [22] presented a video steganographic method relies on replacing the bits in H.264 stream. In this algorithm, CAVLC entropy coding has been applied in the data concealing process. The embedding phase can be completed based on the trailing ones sign flag and the level of the codeword parity flag. The sign flag of the trailing ones changes if the embedding bit equals “0” and the parity of the codeword is even. Also, the sign flag changes if the embedding bit equals “1” and the parity of the codeword is odd. Otherwise, the sign flag of the trailing ones does not change. The trailing ones (TOnes) are modified as follows:

TOnes={evencodeword;ifsecretbit=0oddcodeword;ifsecretbit=1(2)

The modification of high frequency coefficients does not have an impact on the video quality. However, the embedding capacity is low because Ke et al.’s method is established on the non-zero coefficients of the high frequencies that consist of a large majority of zeros.

3.2 Video Steganography Techniques in Raw Domain

Unlike the compressed video, raw video steganographic techniques deal with the video as a sequence of frames with the same format. First, digital video is converted into frames as still images, and then each frame is individually used as carrier data to conceal the hidden information. After the embedding process, all frames are merged together to produce the stego video. Raw video steganographic techniques consist of spatial and transform domain techniques [23].

3.2.1 Spatial domain methods

There are many steganographic techniques that rely on the spatial domain such as LSB substitution, bit plane complexity segmentation (BPCS), spread spectrum, region of interest (ROI), histogram manipulation, matrix encoding, and mapping rule. Basically, these techniques utilize the pixel intensities to conceal the secret message. Zhang et al. [24] presented an efficient embedder utilizing BCH encoding for data hiding. This embedder hides the covert information into a block of carrier object. The concealing phase is achieved by modifying different coefficients in the input block to set the syndrome values null. This method enhances embedding payload and execution duration compared to others. The error correcting code and steganographic model of this method is shown in the Figure 4. Zhang et al.’s method modifies the complexity of the algorithm from exponential to linear. On the other hand, Diop et al. [25] presented an adaptive steganography method utilizing the low-density parity-check codes. The method discusses how to reduce the influence of hidden information insertion by this codes. This algorithm demonstrated that the low-density parity-check codes are better for encoding algorithms than other codes. The process of embedding and extraction can be accomplished by Equation (3) and Equation (4).

S=Embedding(I,m)(3)m=Extraction(m)=HS(4)

images

Figure 4 Error correcting code and steganographic model.

where I and S are the cover data and steganogram, respectively, and m is a secret message (mF2m).

3.2.2 Transform domain methods

In the transform domain steganographic methods, each video frame is individually transformed into frequency domain using DCT, DWT, and discrete Fourier transform (DFT) and the secret message is embedded utilizing the low, middle, or high frequencies of the transformed coefficients. Patel et al. [26] presented a new data hiding method using the lazy wavelet transform (LWT) technique, where each video frame is divided into four sub-bands, separating the odd and even coefficients. The secret information is then embedded into the RGB LWT coefficients. For accurate extraction of embedded data, the length of hidden data is concealed into the audio coefficients. The amount of hidden information is high, but this type of wavelet is not a real mathematical wavelet operation. Consequently, Patel et al.’s method will not protect the hidden information from attackers.

Table 1 provides a summary of the related video steganography techniques that operate in both compressed and raw domains, highlighting each of venues for data hiding, robustness against attacks, video preprocessing, secret message preprocessing, performance measures of embedding capacity and video quality.

Table 1 Venues, embedding capacity, video quality, robustness, video and message preprocessing of the existing video steganographic methods

Method Domain/Venue for Data Hiding Embedding Capacity Video Quality Robust-ness Preprocessing
Video Message
Pan et al. [29] Compressed domain/Motion vectors Low embedding capacity (at most 4 bits in 6 bits of high amplitude motion vectors and the modification of 2 bits) Average PSNR is 37.45 dB × ×
Jue et al. [30] Compressed domain/Motion vectors Low embedding capacity (at most 55 bits per P-frame or B-frames macroblocks. Largest amplitude of motion vectors is used) Average PSNR is 36.27 dB × ×
Barni et al. [21] Compressed domain/DCT coefficients Low embedding capacity (at most 30 bits per video object of 500 Kb/s) Almost the same as compressed video × ×
Li et al. [31] Compressed domain/DWT coefficients An average of 38 Kbits per frame of resolution 352 × 288 when the first level of DWT is used Average PSNR is 35.50 dB when the first level of DWT is used ×
Li et al. [32] Compressed domain/QDCT coefficients Low embedding capacity (at most 1 bit per 4 × 4 luma block) Average PSNR is 36 dB of Intra frame × ×
Mobasseri et al. [33] Compressed domain/CAVLC Low embedding capacity (an average of 1 bit per 8 × 8 Intra block) Almost the same as compressed video × ×
Wang et al. [34] Compressed domain/CABAC Low embedding capacity (1156 bits are embedded in 50 frames of resolution 176×144) Average PSNR is around 37 dB) × ×
Zhang et al. [24] Raw/Spatial domain Embedding capacity is m × t bits per n =2m-1 bits block, where m > 2 and t = 2 or 3 N/A × ×
Cheddad et al. [35] Raw/Spatial domain Average of embedding capacity ratio is 1.03% Average PSNR is 59.63 dB × ×
Alavianmehr et al. [36] Raw/Spatial domain Average of embedding capacity ratio is 1.34% (4096 bits per video) Average PSNR is 36.97 dB × ×
Hu et al. [37] Raw/Spatial domain Average of embedding capacity 1.5 bpp Average PSNR is 29.03 dB × ×
Sun [38] Raw/Spatial domain At most the embedding capacity ratio is 45% Average PSNR is 44.28 dB × ×
Patel et al. [26] Raw/Transform domain Average of embedding capacity ratio is 12.5% Average PSNR is 31.23 dB × ×
Spaulding et al. [39] Raw/Transform domain Average of embedding capacity ratio is 25% Average PSNR is 33 dB ×

4 Discrete Cosine Transform

DCT is a well-known method which is utilized in many applications such as image and video compression. The DCT separates the signal into low, middle, and high frequency regions. The DCT is closely related to the DFT. It is a separable linear transformation; that is, the 2D-DCT is equivalent to a 1D-DCT performed along a single dimension followed by a 1D-DCT in the other dimension [27]. For an input video frame, A, of resolution M × N the DCT frequency coefficients for the transformed frame, B, and the inverse DCT coefficients of the reconstructed frame are calculated according to the following equations, respectively:

Bpq=pqm=0M1n=0N1Amncosπ(2m+1)p2Mcosπ(2n+1)q2N(5)Amn=p=0M1q=0N1pqBpqcosπ(2m+1)p2Mcosπ(2n+1)q2N(6)

Where

p={1M,p=02M,1pM1

And

q={1N,q=02N,1qN1

A (m, n) is the pixel value in row m and column y of the frame A, and B (p, q) is the coefficient in row p and column q of the 2D-DCT matrix. Each of low, middle, and high frequency coefficients were used as cover data to embed the encoded secret message [28].

5 Hamming and BCH ECC

In this paper, Hamming (7, 4) codes are used (n = 7, k = 4, and p = 3), which can correct the identification of a single bit error. A message of size M (m1, m2,. . ., mk) is encoded by adding p (p1, p2, p3) extra bits as parity to become a codeword of 7-bit length. The codeword is prepared to transmit through a communication channel to the receiver end. The common combination of both message and parity data using these type of codes is to place the parity bits at the position of 2i (i = 0, 1, . . ., n–k) such as p1,p2,m1,p3, m2, m3, m4 combination. Venn diagram of the hamming codes (7, 4) is illustrated in the Figure 5.

images

Figure 5 Venn diagram of the hamming codes (7, 4).

In addition of hamming codes, BCH (7, 4, 1) codes is also used over the GF(23), where m = 3, k = 4, and n = 23-1 = 7. Bose, Chaudhuri, and Hocquenghem invented the BCH encoder. It is one of the most powerful random cyclic code methods, which can be used for detecting and correcting errors in a block of data. The BCH code is different from the Hamming code because BCH can correct more than one bit. The BCH codes inventors decided that the generator polynomial g(x) will be the polynomial of the lowest degree in the Galois field GF (2), with ∝, ∝2, ∝3,. . ., ∝2t as roots on the condition that ∝ is a primitive of GF(2m). When Mi(x) is a minimal polynomial of ∝iwhere (1i2t), then the least common multiple (LCM) of 2t minimal polynomials will be the generator polynomial g(x). The g(x) function and the parity-check matrix H of the BCH codes [7, 40] are described as follows:

H=[123n11(3)(3)2(3)3(3)n11(5)(5)2(5)3(5)n11(2t1)(2t1)2(2t1)3(2t1)n1](7)g(x)=lcm{M1(x),M2(x),M3(x),,M2t(x)}(8)g(x)=M1(x)M3(x)M5(x)M2t1(x)(9)

A binary BCH (n, k, t) can correct errors of a maximum t bits for a codeword W = {w0,w1,w2,. . .,wn-1} of length n and a message A = {a0,a1,a2,. . .,ak-1} of length k [41]. An embedded codeword C = {c0,c1,c2,. . .,cn-1} is calculated as follows:

C=W*HT(10)

At the receiver side, the codeword R = {r0,r1,r2,. . .,rn-1} is obtained. The transmitted and received codewords can both be interpreted as polynomials, where C(X) = c0 + c1x1 + ... + cn-1xn-1, and R(X) r0+r1x1+...+ rn-1xn-1. The error E is the difference between C and R, which indicates the number and location of flipped elements in C. The E and syndrome Y are calculated as follows:

E=RC(11)Y=(RC)HT=EHT(12)

6 The Proposed Steganography Methodology

In this section, we proposed a novel video steganography algorithm in DCT domain based on Hamming and BCH (7, 4, 1) codes. At the beginning, the video sequence is separated into frames; each frame is converted to YCbCr color space. The reason for converting to YCbCr color space is to remove the correlation between the red, green, and blue colors. The proposal methodology consists of data embedding stage and data extracting stage.

6.1 Data Embedding Stage

For a security purpose, the hidden message is encrypted using a secret key, and then Hamming and BCH (7, 4, 1) codes will be applied on it producing an encoded message. The whole encoded message is converted from binary to base-8 digits. On the other hand, each video sequence is converted into a number of frames. Each frame separates into the YUV color space. Then, 2D-DCT is applied individually on each plane. Subsequently, the process of embedding is achieved by concealing each base-8 digit of the encoded message into the DCT frequency coefficients except the DC coefficients of each of the Y, U, and V planes. Thereafter, the inverse of 2D-DCT is applied on the three stego components of each frame producing a stego frame. Finally, the stego video is constructed from these stego frames. The secret message is concealed into each of Y ij, Uij, and V ij DCT coefficients as follows:

Y^ij={Embedding(abs(Yij),Dk)Embedding(Yij,Dk);Yij<0;Yij0(13)U^ij={Embedding(abs(Uij),Dk)Embedding(Uij,Dk);Uij<0;Uij0(14)V^ij={Embedding(abs(Vij),Dk)Embedding(Vij,Dk);Vij<0;Vij0(15)

where Y^ij, U^ij, and V^ij are DCT coefficients of stego Y, U, and V planes respectively, and Dk is the encoded digits, Dk= {000,...,111}. The data embedding stage of the proposed steganography method is illustrated in Algorithm 1.

Algorithm 1 Data Embedding Stage

images

6.2 Data Extracting Stage

Data extracting is the process of retrieving the encoded message from the stego videos. This process is achieved by isolating the stego videos into frames. Each frame is divided into Y, U, and V planes. Then, 2D-DCT is applied separately on each plane. The process of extracting the encoded message is accomplished by taking Dk digits from each of Y, U, and V DCT coefficients, respectively, except DC coefficients. The outcomes data are decoded by Hamming and BCH (7, 4, 1) decoder followed by the deciphering process to extract the valid embedded message. The purpose of using ciphering and encoding methods prior the embedding process is to improve the security and robustness of the proposed algorithm. Moreover, the secret key is only shared between sender and receiver, and used in both the data embedding and extracting processes. The hidden message can be obtained as follows:

D^k={Extracting(abs(Y^ij))Extracting(Y^ij);(Y^ij<0);(Y^ij0)(16)D^k={Extracting(abs(U^ij))Extracting(U^ij);(U^ij<0);(U^ij0)(17)D^k={Extracting(abs(V^ij))Extracting(V^ij);(V^ij<0);(V^ij0)(18)

where Y^ij, U^ij, and V^ij are DCT coefficients of stego YUV planes, and D^k is the retrieved secret message. The data extracting stage of the proposed steganography method is illustrated in Algorithm 2.

Algorithm 2: Data Extracting Stage

images

7 Experimental Results and Discussion

The experimental environment uses several variables: the cover data comprise a dataset consisting of six video sequences Akiyo, Bus, Coastguard, Container, Foreman, and Soccer of CIF type; also, the format of YUV is 4:2:0. In addition, the resolution of each video is (352 × 288), and all videos are equal in length with 150 frames. A large text file is used as a secret message. The work is implemented using MATLAB to test the proposed algorithm efficiency.

7.1 Visual Quality

Peak signal to noise ratio (PSNR) is an objective quality measurement used to calculate the difference between the original and the stego video frames. It can be obtained by following equations [23]:

PSNR=10Log10(MAXO2MSE)(19)MSE=i=1mj=1n[O(i,j)S(i,j)]2mn(20)

where O and S denote the original and stego YUV frame components, respectively, and m and n are the video resolutions. MAXO is the maximum possible pixel value of the host YUV frame components. When the pixels are represented using 8 bits per channel, the grayscale image will have 255 maximum value.

Figure 6 shows a sample frame from each Akiyo, Container, Foreman, and Soccer video and their corresponding stego frames. In Figure 7, the PSNR of the Y-components are calculated for all six videos. Overall, the Akiyo video has the best luminance quality. Figure 8 shows the PSNR of the U-component for all six videos. The PSNR-U of the Coastguard video has the highest dBs among the group. Figure 9 shows the PSNR of the V-component for all experiments. The PSNR-V for the Coastguard video has a better quality among all videos. In Figure 10, the PSNR comparison for 150 frames of each video is shown. The comparison shows that the result of the objective quality for each of the Akiyo, Bus, Coastguard, Container, Foreman, and Soccer videos ranged between 38.9542.73 dBs. Overall, the results of the PSNR for the Akiyo, Bus, Container, and Foreman videos are more stable, while in the Coastguard and Soccer videos the quality is frequently changing. The changes occur because these videos contain faster motion objects that lead to unstable visual quality.

images

Figure 6 Sample video frames from dataset: a) Akiyo, Container, Foreman, and Soccer cover frames, and b) Akiyo, Container, Foreman, and Soccer corresponding stego frames.

images

Figure 7 PSNR comparison for Y-components of six experments.

images

Figure 8 PSNR comparison for U-component of six videos.

images

Figure 9 PSNR comparison for V-component of six experments.

images

Figure 10 PSNR comparison for 150 frames of six experments.

Table 2 shows the averages of the PSNR for each Y, U, and V component for all video sequences. Moreover, the visual quality of each video is measured separately by averaging each of the 150 frames per video. The quality averages are various and depend on type of videos.

Table 2 Average PSNR each of Y, U, and V component for six experments

Sequences PSNRY PSNRU PSNRV PSNR
Akiyo 43.33 35.14 42.16 40.21
Bus 35.96 39.78 41.10 38.95
Coastguard 39.45 43.69 44.93 42.69
Container 37.91 40.71 39.28 39.30
Foreman 39.82 40.63 41.21 40.55
Soccer 42.85 41.40 43.94 42.73
Average 39.88 40.22 42.10 40.73

7.2 Embedding Payload

The average of the obtained hidden ratio of the proposed algorithm is 27.53%. A reasonable tradeoff is noticed between the amount of the embedded message in each video (5.99 Mbytes) and the average quality of six experiments (40.73 dB). The hidden ratio (HR) can be calculated as in Equation (21).

HR=SizeofembeddedmessageVideosize×100%(21)

A number of experiments were conducted to compare the performance of the proposed with three existing methods. Table 3 illustrates the comparison of our proposed method with the three existing methods in the literature, according to the PSNR and the amount of secret data. Consequently, our proposed algorithm outperformed three existing methods. Table 4 shows the amount of secret message of proposed algorithm in each Y, U, and V planes.

Table 3 Performance comparison of the proposed algorithm with other according to both PSNR and hidden ratio

Criteria Patel et al.
[26]
Alavianmehr
et al. [36]
Hu et al.
[37]
Proposed
Algorithm
PSNR (dB) 31.23 36.97 29.03 40.73
Hidden Ratio 12.5%   1.34% 18.75% 27.53%

Table 4 Embedding capacity of the proposed algorithm

Video Resolution YUV Proposed Algorithm
(Bits/Frame)
352 × 288 Y 223344
U   55836
V   55836

7.3 Robustness

To measure the robustness of the proposed algorithm, the similarity (Sim) metric has been utilized. This metric is used to test whether the extracted secret message has been corrupted during communication [42]. The Sim(0Sim1) can be calculated as in the following equation [43]:

Sim=i=1aj=1b[M(i,j)×M^(i,j)]i=1aj=1bM(i,j)2×i=1aj=1bM^(i,j)2(22)

where M and M^ are the embedded and extracted secret messages, respectively, and a and b are the dimensions of the secret message array. The algorithm is tested under different types of attacks (Gaussian noise with the zero mean and variance = 0.01 and 0.001, Salt & pepper noise with the density = 0.01 and 0.001, and median filtering). To achieve the robustness of the algorithm, the higher Sim must be obtained. Table 5 illustrates the robustness of the proposed algorithm under attacks while it retrieves the hidden data with a high Sim.

Table 5 Sim values of the proposed algorithm under attacks

(Salt & Pepper)
Density =
(Gaussian White)
Variance =
Sequences No Attacks 0.01 0.001 0.01 0.001 Median Filtering
Akiyo 1 0.950 0.957 0.918 0.903 0.981
Bus 1 0.960 0.967 0.928 0.913 0.982
Coastguard 1 0.940 0.947 0.908 0.893 0.981
Container 1 0.970 0.977 0.938 0.923 0.993
Foreman 1 0.960 0.953 0.914 0.892 0.970
Soccer 1 0.918 0.926 0.897 0.868 0.954

8 Conclusion

A novel video steganography method in DCT domain based on Hamming and BCH (7, 4, 1) ECC has been proposed in this paper. The steganography algorithm converts the video into frames; then, it divides each frame into Y, U, and V components. Prior to the embedding process, the secret message is encrypted and encoded using hamming and BCH codes. The 2D-DCT has been applied to each YUV components. DCT coefficients, excluding DC coefficients, are selected for embedding the secret data.

The proposed algorithm has a high embedding payload. The amount of the secret data in each video is approximately 5.99 Mbytes and the HR is 27.53%. The visual quality of the stego videos is also high: the PSNR ranged between 38.9542.73 dBs with an Sim=1. Moreover, the experimental results showed that the proposed algorithm is robust against several attacks. In addition, the security of the our method is improved by ciphering and encoding processes prior to the embedding process. The result of comparison shows that the proposed algorithm outperformed three existing algorithms. For future work, we would like to improve the embedding payload of the proposed algorithm with the respect of the video quality by using other techniques that operate in frequency domain. Also, we would like to conduct efficient linear block codes to enhance the security of the algorithm.

References

[1] Mstafa, R. J. and Elleithy, K. M. (2016). A video steganography algorithm based on Kanade-Lucas-Tomasi tracking algorithm and error correcting codes. Multimed. Tools Appl. 75, 10311–10333.

[2] Mstafa, R. J. and Elleithy, K. M. (2014). “A highly secure video steganography using Hamming code (7, 4),” in Proceedings of the 2014 IEEE Long Island Systems, Applications and Technology Conference (LISAT), (New York, NY: IEEE), 1–6.

[3] Muhammad, K., Sajjad, M., and Baik, S. W. (2016). Dual-level security based cyclic18 steganographic method and its application for secure transmission of keyframes during wireless capsule endoscopy. J. Med. Syst. 40, 1–16.

[4] Muhammad, K., Sajjad, M., Mehmood, I., Rho, S., and Baik, S. W. (2016). Image steganography using uncorrelated color space and its application for security of visual contents in online social networks. Fut. Gen. Comput. Syst.

[5] Jyun-Jie, W., Houshou, C., Chi-Yuan, L., and Ting-Ya, Y. (2012). “An embedding strategy for large payload using convolutional embedding codes,” in Proceedings of the 12th International Conference on ITS Telecommunications (ITST), (New York, NY: IEEE), 365–369.

[6] Zhang, R., Sachnev, V. and Kim, H. (2009). “Fast BCH syndrome coding for steganography,” in Information Hiding, eds S. Katzenbeisser and A.-R. Sadeghi, Vol. 5806 (Berlin: Springer), 2009, 48–58.

[7] Mstafa, R. J. and Elleithy, K. M. (2015). “A high payload video steganography algorithm in DWT domain based on BCH codes (15, 11),” in Proceedings of the 2015 International IEEE Wireless Telecommunications Symposium, (New York, NY: IEEE), 1–8.

[8] Abu-Marie, W., Gutub, A. and Abu-Mansour, H. (2010). Image based steganography using truth table based and determinate array on RGB indicator. Int. J. Signal Image Process. 1, 196–204.

[9] Das, R. and Tuithung, T. (2012). “A novel steganography method for image based on Huffman Encoding,” in Proceedings of the 2012 3rd National Conference on Emerging Trends and Applications in Computer Science, (Piscataway, NJ: IEEE), 14–18.

[10] Khan, A. and Malik, S. A. (2014). A high capacity reversible watermarking approach for authenticating images: exploiting down-sampling, histogram processing, and block selection. Inform. Sci. 256, 162–183.

[11] Horng, S.-J., Rosiyadi, D., Fan, P., Wang, X., and Khan, M. K. (2014). An adaptive watermarking scheme for e-government document images. Multimed. Tools Appl. 72, 3085–3103.

[12] Mstafa, R. J., and Elleithy, K. M. (2015). A new video steganography algorithm based on the multiple object tracking and hamming codes,” in Proceedings of the 2015 IEEE 14th International Conference on Machine Learning and Applications (ICMLA), (Piscataway, NJ: IEEE), 335–340.

[13] Mstafa, R. J. and Elleithy, K. M. (2016). “A novel video steganography algorithm in DCT domain based on hamming and BCH codes,” in Proceedings of the 2016 IEEE 37th Sarnoff Symposium, (Newark, NJ: IEEE), 208–213.

[14] Muhammad, K., Sajjad, M., Lee, M. Y., and Baik, S. W. (2017). Efficient visual attention driven framework for key frames extraction from hysteroscopy videos. Biomed. Signal Process. Control 33, 161–168.

[15] Sajjad, M., Muhammad, K., Baik, S. W., Rho, S., Jan, Z., Yeo, S.-S., et al. (2016). Mobile-cloud assisted framework for selective encryption of medical images with steganography for resource-constrained devices. Multimed. Tools Appl. 1–18.

[16] Mstafa, R. J. and Elleithy, K. M. (2016). Compressed and raw video steganography techniques: a comprehensive survey and analysis. Multimed. Tools Appl. 75, 10311–10333.

[17] Shanableh, T. (2012). Data hiding in MPEG video files using multivariate regression and flexible macroblock ordering. Inform. For. Secur. IEEE Trans. 7, 455–464.

[18] Kapotas, S. K. and Skodras, A. N. (2008). “A new data hiding scheme for scene change detection in H. 264 encoded video sequences,” in Proceedings of the 2008 IEEE International Conference on Multimedia and Expo, Hannover.

[19] Xu, C., Ping, X., and Zhang, T. (2006). “Steganography in compressed video stream,” in Proceedings of the 1st International Conference on Innovative Computing, Information and Control, (Beijing: IEEE), 269–272.

[20] Huang, J., and Shi, Y. Q. (2002). Reliable information bit hiding. Circuits Syst. Video Technol. IEEE Trans. 12, 916–920.

[21] Barni, M., Bartolini, F., and Checcacci, N. (2005). Watermarking of MPEG-4 video objects. Multimed. IEEE Trans. 7, 23–32.

[22] Ke, N. and Weidong, Z. (2013). A video steganography scheme based on H. 264 bitstreams replaced, in Proceedings of the 4th IEEE International Conference on Software Engineering and Service Science (ICSESS), Beijing, 447–450.

[23] Muhammad, K., Sajjad, M., Mehmood, I., Rho, S., and Baik, S. (2015). A novel magic LSB substitution method (M-LSB-SM) using multi-level encryption and achromatic component of an image. Multimed. Tools Appl. 1–27.

[24] Zhang, R., Sachnev, V., Botnan, M. B., Kim, H. J., and Heo, J. (2012). “An efficient embedder for BCH coding for Steganography,” Inf. Theory IEEE Trans. 58, 7272–7279.

[25] Diop, I., Farss, S. M., Tall, K., Fall, P. A., Diouf, M. L., and Diop, A. K. (2014). Adaptive steganography scheme based on LDPC codes,” in Proceedings of the 2014 16th International Conference on Advanced Communication Technology (ICACT), Pyeong Chang, 162–166.

[26] Patel, K. Rora, K. K., Singh, K., and Verma, S. (2013). Lazy Wavelet Transform Based Steganography in Video,” in Proceedings of the Communication Systems and Network Technologies (CSNT), International Conference, Delhi, 497–500.

[27] Jain, A. K. (1989). Fundamentals of Digital Image Processing. Upper Saddle River, NJ: Prentice-Hall, Inc.

[28] Pennebaker, W. B. and Mitchell, J. L. (1992). JPEG: Still Image Data Compression Standard: Berlin: Springer Science & Business Media.

[29] Pan, F., Xiang, L., Yang, X.-Y., and Guo, Y. (2010). “Video steganography using motion vector and linear block codes,” in Proceedings of the Software Engineering and Service Sciences (ICSESS), IEEE International Conference, Beijing, 592–595.

[30] Jue, W., Min-Qing, Z., and Juan-Li, S. (2011). “Video steganography using motion vector components,” in Communication Software and Networks (ICCSN), 2011 IEEE 3rd International Conference, Xi’an, 500–503.

[31] Li, G., Ito, Y., Yu, X., Nitta, N., and Babaguchi, N. (2009). Recoverable privacy protection for video content distribution. EURASIP J. Inf. Secur. 2009, 4.

[32] Li, Y., Chen, H.-X., and Zhao, Y. (2010). “A new method of data hiding based on H. 264 encoded video sequences,” in Proceedings of the Signal Processing (ICSP), 2010 IEEE 10th International Conference, Beijing, 1833–1836.

[33] Mobasseri, B. G. and Marcinak, M. P. (2005). “Watermarking of MPEG-2 video in compressed domain using VLC mapping,” in Proceedings of the 7th Workshop on Multimedia and Security, New York, NY, 91–94.

[34] Wang, R., Hu, L., and Xu, D. (2011). A watermarking algorithm based on the CABAC entropy coding for H.264/AVC. J. Comput. Inform. Syst., 7, 2132–2141.

[35] Cheddad, A., Condell, J., Curran, K., and Mc Kevitt, P. (2009). A skin tone detection algorithm for an adaptive approach to steganography. Signal Process. 89, 2465–2478.

[36] Alavianmehr, M. A., Rezaei, M., Helfroush, M. S., and Tashk, A. (2012). A lossless data hiding scheme on video raw data robust against H.264/AVC compression,” in Proceedings of the 2012 2nd International eConference on Computer and Knowledge Engineering (ICCKE), Hingham, MA, 194–198.

[37] Hu, S. and KinTak, U. (2011). “A Novel Video Steganography based on Non-uniform Rectangular Partition,” in Proceedings of the Computational Science and Engineering (CSE), 2011 IEEE 14th International Conference, Washington, DC, 57–61.

[38] Sun, S. (2015). A new information hiding method based on improved BPCS steganography. Adv. Multimed. 2015, 7.

[39] Spaulding, J., Noda, H., Shirazi, M. N., and Kawaguchi, E. (2002). BPCS steganography using EZW lossy compressed images. Pattern Recognit. Lett. 23, 1579–1587.

[40] Hoyoung, Y., Jaehwan, J., Jihyuck, J., and In-Cheol, P. (2013). Area-Efficient Multimode Encoding Architecture for Long BCH Codes. IEEE Trans. Circ. Syst. 60, 872–876.

[41] Mstafa, R. J. and Elleithy, K. M. (2015). “An efficient video steganography algorithm based on BCH codes,” in American Society for Engineering Education (ASEE Zone 1) Conference, Boston, MA, 1–10.

[42] Mstafa, R. J. and Elleithy, K. M. (2015). “A novel video steganography algorithm in the wavelet domain based on the KLT tracking algorithm and BCH codes,” in Proceedings of the 2015 IEEE Long Island Systems, Applications and Technology Conference (LISAT), New York, NY, 1–7.

[43] He, Y., Yang, G., and Zhu, N. (2012). “A real-time dual watermarking algorithm of H.264/AVC video stream for Video-on-Demand service,” AEU Int. J. Elect. Commun. 66, 305–312.

Biographies

images

Ramadhan J. Mstafa is originally from Duhok, Kurdistan Region, Iraq. He is pursuing his Ph.D. degree in Computer Science and Engineering at the University of Bridgeport, Bridgeport, Connecticut, USA. He received his Bachelor’s degree in Computer Science from the University of Salahaddin, Erbil, Iraq. Mr. Mstafa received his Master’s degree in Computer Science from University of Duhok, Duhok, Iraq. He is an IEEE and ACM Student Member. His research areas of interest include image processing, mobile communication, security, watermarking, and steganography.

images

Khaled M. Elleithy is the Associate Vice President of Graduate Studies and Research at the University of Bridgeport. He is a professor of Computer Science and Engineering. He has research interests in the areas of wireless sensor networks, mobile communications, network security, quantum computing, and formal approaches for design and verification. He has published more than three hundred fifty research papers in international journals and conferences in his areas of expertise. Dr. Elleithy has more than 25 years of teaching experience. His teaching evaluations are distinguished in all the universities he joined. He supervised hundreds of senior projects, MS theses and Ph.D. dissertations. He supervised several Ph.D. students. He developed and introduced many new undergraduate/graduate courses. He also developed new teaching/research laboratories in his area of expertise. Dr. Elleithy is the editor or co-editor for 12 books by Springer. He is a member of technical program committees of many international conferences as recognition of his research qualifications. He served as a guest editor for several International Journals. He was the chairman for the International Conference on Industrial Electronics, Technology & Automation, IETA 2001, 19–21 December 2001, Cairo – Egypt. Also, he is the General Chair of the 2005–2013 International Joint Conferences on Computer, Information, and Systems Sciences, and Engineering virtual conferences.

Abstract

Keywords

1 Introduction

2 Steganography versus Cryptography and Watermarking

images

3 Video Steganography Techniques

3.1 Video Steganography Techniques in Compressed Domain

images

images

3.2 Video Steganography Techniques in Raw Domain

images

4 Discrete Cosine Transform

5 Hamming and BCH ECC

images

6 The Proposed Steganography Methodology

6.1 Data Embedding Stage

6.2 Data Extracting Stage

7 Experimental Results and Discussion

7.1 Visual Quality

images

images

images

images

images

7.2 Embedding Payload

7.3 Robustness

8 Conclusion

References

Biographies