Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

SSL and Cryptography - Java tutorial


This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning cryptography himself. Topics include Blowfish, CA, certificate, cipher, cryptography, CSR, decryption, DES, encryption, Java, JCE, JDK, OpenSSL, PEM, private key, public key, RSA, sample codes, secret key, self-signed certificate, SSL, X509. Key sections: Basic Concepts - Cipher - DES Algorithm - DES Algorithm - Illustrated with Java Programs - DES Algorithm - Java Implementation - JDK/JCE - Cipher for Encryption and Decryption - Cipher - Blowfish Algorithm - 8366 Hex Digits of PI - What is OpenSSL? - Installing OpenSSL on Windows - Generating RSA Key Pairs - Viewing Components of RSA Keys - Encrypting RSA Keys - What is a certificate? - Generating Self-Signed Certificates - Viewing Components of Certificates - Why Certificates Need to Be Signed by CAs? - Generating a Certificate Signing Request for Your Own Public Key - Viewing Components of Certificate Signing Request - Signing a Certificate Signing Request - Certification Path Validation - Using Certificates in Web Browsers.
Category: Java tutorials > Security - Difficulty:

More cool Java tutorials:



Creating Images in a Java Servlet
Creating Images in a Java Servlet
Dynamic images are commonly used in web applications. You will find dynamic images such as charts, captcha, web site thumbnails, image thumbnails, watermarks, etc. This tutorial will give you a brief walk through on creating a simple dynamic images in a Java Servlet.
Category: Java tutorials > JSP - Difficulty:
First Servlets
First Servlets
This tutorial shows you how to write your first serlvet by introducing several key elements such as Basic Servlet Structure, A Simple Servlet Generating Plain Text, Compiling and Invoking the Servlet, A Simple Servlet Generating HTML, and Some Simple HTML Utilities for Servlets.
Category: Java tutorials > JSP - Difficulty:
Trace Analyzer for WebSphere Application Server
Trace Analyzer for WebSphere Application Server
Diagnose problems in WebSphere deployments using the Trace Analyzer for Websphere Application Server, a graphical environment for analyzing trace logs in detail. As WebSphere is deployed in increasingly complex environments, oftentimes the only way to solve problems is to create trace logs to show the sequence of events leading to the problem.
Category: Java tutorials > Development - Difficulty:
Struts Hibernate Integration
Struts Hibernate Integration
In this tutorial we will show how the Web Framework Struts and the Database Persistence Solution Hibernate can be used together.
Category: Java tutorials > EJB - Difficulty:
Step by Step Java Tutorial
Step by Step Java Tutorial
This step-by-step tutorial will take you through the process of building applets. Using a Learn-By-Example method, within a few minutes you will be able to display things on the screen, a few minutes later you are able to use a GUI and after that you will see how to interact with the user. Topics include: Graphical Interface, HelloWorld Example, Drawing Shapes and using Colors, Displaying Images, Using GUI components, and The Layout Managers.
Category: Java tutorials > Applets - Difficulty: