Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters
Web Scripts :: Java :: Java Tips and Tutorials :: Security
1.
Secure a J2ME Environment with JCE
|
|
Implementing a customized security library is expensive and unsuitable for medium and small applications. The Java Cryptography Extension, while the accepted standard for these apps, brings up a host of other problems. This article analyzes those problems and demonstrates how to solve them.
Hits: 47 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: Java :: Java Tips and Tutorials :: Security
|
3.
Encrypt Data within Mobile Apps Tutorial
|
|
In this tutorial, you'll employ the open standard Bouncy Castle to encrypt mobile MIDlet applications. The tutorial provides an overview of how to encrypt application-related data in a Java 2 Micro Edition (J2ME) application. It begins with a brief introduction to data encryption, then continues on to introduce the open source obfuscator, ProGuard. The final section in this tutorial compares MIDlet JAR file sizes, with and without obfuscation.
Hits: 57 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: Java :: Java Tips and Tutorials :: Security
|
4.
Secure communication between peers: SSL through JSSE
|
|
A core requirement of any non-trivial P2P application is secure communication between peers. While the details of the security depend on how the application will be used and on what it will protect, it's often possible to implement strong, general-purpose security using off-the-shelf technology such as SSL. This article demonstrates how to use SSL (via JSSE) in P2P security.
Hits: 43 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: Java :: Java Tips and Tutorials :: Security
|
5.
Your guide to weblet security
|
|
Weblets are Java programs that run in a browser, using DirectDOM to directly manipulate displayed documents. Like most Web-based programs, weblets pose a threat to system security if they're mishandled. Fortunately, weblets come with built-in security in the form of the Java sandbox. This final installment of a three-part series on DirectDOM and weblet-based development shows you how to use the sandbox to your best advantage. With simple, working examples, this article demonstrates what a weblet can and can't do by default, and also shows you how to get around the constraints of the sandbox when the situation calls for it.
Hits: 59 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: Java :: Java Tips and Tutorials :: Security
|
|
|
|
|