bpcs steganography source code in java
#1

Sourse code of BPCS stegnography in java
Reply
#2

Steganography is the art of hiding the fact that communication is taking place, hiding information in other information. This project is developed to hide information in any image file. The scope of the project is the implementation of steganography tools to hide information includes any type of information file and image files and the path where the user wants to save the image and the extruded file.


Code is given below:

Code:
% lena -grayscale 512*512 size

a=imread('lena.png')
[c1 c2 c3 c4 c5 c6 c7 c8]=bitplane(a);
% taking lsb bitplane only
C{1} = c1;
curr_plane = C{1};
row = size(cover, 1)/8;
col = size(cover, 2)/8;

% divid it into 8*8 blocks
blocks = mat2cell(curr_plane, ones(1, row)*8, ones(1, col)*8);

for bi = 1,size(blocks,1)
for bj = 1,size(blocks,2)
   % for each block in curr_plane image , now identify the complex block
   % and replace it with secret blocks first and  then followed by conjugate
   % blocks until all information finally embedded
   my_8x8_block = blocks{bi,bj};
   figure,imshow(my_8x8_block)


end

end
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: bpcs method for staganography, bpcs steganography source code, base paper for bpcs steganography, matlab code for bpcs steganographylines by using gps, bpcs steganography code, audio video steganography using bpcs algorithm papers, bpcs steganography matlab codein scanned documents,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  free download source code of online college magazine 5 17,833 29-06-2018, 10:09 AM
Last Post: Guest
  opengl source code for butterfly 3 3,260 14-05-2018, 08:57 AM
Last Post: Akshatha k
  ice cream parlour management system in vb source code 4 5,289 04-04-2018, 11:58 PM
Last Post: vprk77
  dwt code in java for image 2 6,352 24-03-2018, 10:06 PM
Last Post: Guest
  source code in php for online training and placement cell management 1 6,686 23-03-2018, 09:06 AM
Last Post: ritzi
  free download college website project in html with source code 2 4,622 24-02-2018, 10:46 AM
Last Post: Guest
  source code for hospital management system in jsp 4 1,951 13-01-2018, 10:51 AM
Last Post: dhanabhagya
  source code in c for dna cryptography in computer sc ppt 1 1,533 09-01-2018, 09:59 PM
Last Post: harshavarshinib
  to find whether a number is krishnamurthy number or not using java 1 11,261 01-01-2018, 11:39 AM
Last Post: dhanabhagya
  java programmings for bus ticket reservation source code 1 6,221 09-11-2017, 11:28 PM
Last Post: Ayushi Nagar

Forum Jump: