Programs

08/09/2011 11:17

LDAP authentication in active directory

This is a sample program allows to authenticate the user in windows active directory .   public static HashMap authenticateUser(String userName, String password,String doaminName, String LDAPIPAddress, String LDAPPort) {    System.out.println("LDAP Authentication...

Read more

—————

23/08/2011 22:54

Java md5 example with MessageDigest

Overview OF MD5 Message-Digest algorithm 5 is cryptographic hash function with a 128-bit hash value. As an internet standard (RFC:1321),MD5 has been employed in a wide variety of security applications, and is also commonly used to check the integrity of files.The 128-bit (16-byte) MD5 hashes are...

Read more

—————