Java security

Read and write on java apllication security. Java security is a wide topic to discuss and comment.

Jawa malware exploits worry Microsoft

October 18, 2010
By Computer security

The java attacks are rising especially this third quarter of the year. The rise is quite high as compare to first and 2nd quarter of the year 2010. The patches has been released by users of Windows, Solaris and Linux. The vulnerabiliteis  are so dangerous that the exploits does not need any authentication prior...
Read more »

Tags: ,
Posted in Java security | Comments Off

How To Solve JavaScript Problems

February 28, 2010
By system

How to Solve JavaScript Problems – Code This Many internet users face this problem when they try clicking a link and see this error code on the status bar of the browser which doesn’t allow the link to work. It is actually an error message that occasionally appears in a web browser when you face...
Read more »

Tags:
Posted in Java security | Comments Off

Web Pages

June 6, 2009
By system

laptops are essential parts of our lives. Do you what it takes to run a laptop. You guessed it- laptop charger. Some of these laptops are so weak when it comes down to there batteries it is a joke. I have always had problems with laptop accessories. All persons who have created Web pages any...
Read more »

Posted in Java security | Comments Off

Fix for Browser closes by itself

October 22, 2007
By Computer security

Browsers both IE and Firefox can start behaving unlikely. Whenever one try to open certain websites especially the computer security or if try to navigate directly to internal pages of certain websites, the browser window would close leaving  no information on what made them close. That behavior of browsers is due to...
Read more »

Tags: , ,
Posted in Java security | Comments Off

Understanding java script and cookies

October 16, 2007
By Computer security

To increase functionality or add design embellishments, web sites often rely on scripts that execute programs within the web browser. This active content can be used to create “splash pages” or options like drop-down menus. Unfortunately, these scripts are often a way for attackers to download or execute malicious code on a user’s computer....
Read more »

Tags: , , ,
Posted in Browsers security, Java security | Comments Off

Assessing the security of Java applications

October 1, 2007
By Computer security

Assessing the security of Java applications, and particularly client-server applications, can be a tedious process of modifying the code, compiling, deploying, testing and repeat. This becomes even more difficult when the source code to the application is not available. What we require is an easy means of interacting with the internals of a Java...
Read more »

Tags: , , , ,
Posted in Java security | Comments Off

Access control enforcement in java

July 31, 2007
By Computer security

The Java runtime keeps track of the sequence of Java calls that are made as a program executes. When access to a protected resource is requested, the entire call stack, by default, is evaluated to determine whether the requested access is permitted. As mentioned earlier, resources are protected by the SecurityManager. Security-sensitive code in the...
Read more »

Tags: ,
Posted in Java security | Comments Off

Access control in java

July 31, 2007
By Computer security

The access control architecture in the Java platform protects access to sensitive resources (for example, local files) or sensitive application code (for example, methods in a class). All access control decisions are mediated by a security manager, represented by the java.lang.SecurityManager class. A SecurityManager must be installed into the Java runtime in order to...
Read more »

Tags: ,
Posted in Java security | 1 Comment »

Secure communication in java

July 30, 2007
By Computer security

The data that travels across a network can be accessed by someone who is not the intended recipient. When the data includes private information, such as passwords and credit card numbers, steps must be taken to make the data unintelligible to unauthorized parties. It is also important to ensure that you are sending the...
Read more »

Tags: , ,
Posted in Java security | Comments Off

Authentication in java

July 29, 2007
By Computer security

Authentication is the process of determining the identity of a user. In the context of the Java runtime environment, it is the process of identifying the user of an executing Java program. In certain cases, this process may rely on the services described in the “Cryptography” section (Section 4). The Java platform provides APIs that...
Read more »

Tags: , , , , , , , , ,
Posted in Java security | Comments Off

Key tols in java security

July 28, 2007
By Computer security

There are two built-in tools for working with keys, certificates, and key stores: keytool is used to create and manage key stores. It can Create public/private key pairs Display, import, and export X.509 v1, v2, and v3 certificates stored as files Create self-signed certificates Issue certificate (PKCS#10) requests to be sent to CAs Import certificate replies (obtained from the CAs...
Read more »

Tags: ,
Posted in Java security | Comments Off

Java Language Security and Bytecode Verification

July 26, 2007
By Computer security

The Java language is designed to be type-safe and easy to use. It provides automatic memory management, garbage collection, and range-checking on arrays. This reduces the overall programming burden placed on developers, leading to fewer subtle programming errors and to safer, more robust code. In addition, the Java language defines different access modifiers that can...
Read more »

Tags: , ,
Posted in Java security | Comments Off

rss computer internet security
follow twitter internet security

User Login






 

May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031