How to provide network security on steganography

  • Thread starter Thread starter ankita1
  • Start date Start date
  • Tags Tags
    Network Security
Click For Summary
The discussion centers around challenges in implementing network security for a final year project focused on steganography, specifically using image files as carrier files. The main concern is how to ensure secure data transfer. Suggestions include utilizing SSL (Secure Sockets Layer) for secure communications over the internet, particularly for those using Java technology, which offers SSL features in its standard library. The conversation also touches on the distinction between steganography and cryptography, highlighting that steganography involves hiding messages within seemingly innocuous images without encryption, which may lead to questions about the necessity of secure communications if the carrier image appears unaltered.
ankita1
Messages
1
Reaction score
0
I got a difficulty in my final year project.It is made on
steganography.But I don't understand how to provide network security
during data transfer..though we know it theoretically bt dealing it
practically is a bit problamatic..In it we are using image file as
carrier file ..i need some suggestions and ideas on how to provide
this security.
 
Technology news on Phys.org
what protocol are you going to use for data transfer?
 
You need secure communications over internet?

IF so try SSL

http://en.wikipedia.org/wiki/Secure_Sockets_Layer

If you are using Java Technology you have SSL features in the standard library.

http://java.sun.com/products/jsse/index.jsp

I would naively say just use SSLServerSocket instead of ServerSocket

http://java.sun.com/javase/6/docs/api/javax/net/ssl/SSLServerSocket.html

But this is part of cryptography, isn't the deal with steganography that you send like a plain picture no cryptography involved but no one except you and the reciever know that there is a message hidden in the picture? Like it would look a clear Rembrandt but if only look at the least digit of each pixel you have another hidden image, soo you can put this image on your public web site, no need for secure communications?

http://en.wikipedia.org/wiki/Steganography
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 13 ·
Replies
13
Views
15K
Replies
22
Views
5K
Replies
4
Views
759