Encryption example using RSA x.509

Generate Public\Private Key: http://www.javamex.com/tutorials/cryptography/rsa_encryption.shtml Encrypt files: http://www-users.york.ac.uk/~mal503/lore/pkencryption.htm With the increase awareness to security the demand for securing data is […]

Read More →

Basic symmetric encryption example

http://www.java2s.com/Code/Java/Security/Basicsymmetricencryptionexample.htm import java.security.Security; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; /** * Basic symmetric encryption example */ public class MainClass { public […]

Read More →

Java windows service.

Running a Java program as a windows service: http://blog.platinumsolutions.com/node/234 http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/res/procrun/ http://www.source-code.biz/snippets/java/7.htm http://wrapper.tanukisoftware.org/doc/english/accountLicenses.jsp#purchase http://edn.embarcadero.com/article/32068

Read More →

Java documentation

Packages / Interfaces / Enumerations and Classes http://www.j2ee.me/javase/6/docs/api/index-files/index-1.html http://www.j2ee.me/javase/6/docs/api/java/util/package-summary.html or http://java.sun.com/javase/6/docs/api/index-files/index-1.html Structure http://java.sun.com/javase/6/docs/ APIs http://java.sun.com/javase/6/docs/api/overview-summary.html

Read More →

Tag Cloud