aspose file tools
The moose likes Beginning Java and the fly likes Displaying data security with Java Servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Displaying data security with Java Servlet" Watch "Displaying data security with Java Servlet" New topic
Author

Displaying data security with Java Servlet

Farakh khan
Ranch Hand

Joined: Mar 22, 2008
Posts: 672
Can we secure the displayed text/html data in Java so that nobody can copy it?

Java Script provide some measures but if I disable javascript then all has gone


Thanks & best regards
Mark Vedder
Ranch Hand

Joined: Dec 17, 2003
Posts: 624

The short answer is no. Think about it... if the data was secure, the browser would not be able to read it to render it. There may be some type of plug-in for a browser that takes an encrypted page and decrypts it for render, and disables the browser's "view source", but I am not aware of any such thing.
[ July 11, 2008: Message edited by: Mark Vedder ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Displaying data security with Java Servlet
 
Similar Threads
Encryption with Java
How to pass parameters to exe, executed using java code
Can We Define Our Own Data Structures In Java?
read() and write() method of socket channel did not work fine for huge data
factorial of huge huge numbers