How to provide network security on steganography

In summary, the conversation was about a final year project on steganography and the difficulty of providing network security during data transfer. The person was seeking suggestions and ideas on how to improve the security and mentioned possibly using SSL for secure communications over the internet. The use of SSLServerSocket was suggested, but there was a question about whether steganography involved cryptography and if the hidden message could be sent over a public website without the need for secure communications.
  • #1
ankita1
1
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
  • #2
what protocol are you going to use for data transfer?
 
  • #3
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
 

1. What is steganography?

Steganography is the practice of hiding secret information within another form of data, such as an image or audio file. This is done by embedding the secret data into the carrier file in a way that is not easily detectable.

2. Why is network security important for steganography?

Network security is important for steganography because it helps to protect the secret data from being intercepted or accessed by unauthorized parties. Without proper network security measures, the hidden data could potentially be discovered and compromised.

3. How can network security be implemented in steganography?

Network security can be implemented in steganography by using encryption techniques to secure the hidden data and making sure that only authorized parties have access to the carrier file. Additionally, firewalls and other network security measures can be put in place to prevent unauthorized access to the network.

4. What are some potential vulnerabilities in steganography network security?

Some potential vulnerabilities in steganography network security include weak encryption methods, lack of proper authentication protocols, and inadequate network security measures. If these vulnerabilities are not addressed, it could make the hidden data more vulnerable to being accessed by unauthorized parties.

5. How can steganography network security be improved?

To improve steganography network security, it is important to regularly update and strengthen encryption methods, implement strong authentication protocols, and regularly test and update network security measures. It is also important to stay informed about new vulnerabilities and security threats in order to proactively protect against them.

Similar threads

  • Programming and Computer Science
Replies
1
Views
2K
  • Programming and Computer Science
Replies
15
Views
1K
Replies
1
Views
901
Replies
1
Views
653
  • Programming and Computer Science
Replies
1
Views
1K
Replies
7
Views
2K
  • STEM Academic Advising
Replies
5
Views
1K
  • STEM Career Guidance
Replies
13
Views
14K
Replies
2
Views
852
  • Computing and Technology
Replies
4
Views
3K
Back
Top