Bash script to encipher given file 10 times in aes-256-cbc with initialization vector

To start, copy the “random” file to: aesrandom_bestofthree.bin0 The purpose of encrypting 10 times with AES-256 in CBC mode is to obscure any relationship with the *.wav file on the insecure Windows 10 laptop. Done on a Linux box running CentOS 6.8 x64 in SELinux enforcing mode:   (script follows with actual values of keys… Continue reading Bash script to encipher given file 10 times in aes-256-cbc with initialization vector

Published
Categorized as History

Extracting the least significant bit from the Least significant bytes of the left channel

For the 434,099,244-byte *.wav file mentioned in the previous post, I want to look only at the Left channel (first half of 32 bits for each time-slot), and look at the Least significant bytes; these will be bytes 45, 49 and so on with the convention that the first byte of the file is byte… Continue reading Extracting the least significant bit from the Least significant bytes of the left channel

Published
Categorized as History