by Manvir | Aug 30, 2014 | Open SSL, Security, Tool
SSL Overview SSL is a commonly-used protocol for managing the security of message transmission on the Internet. SSL makes use of what is known as asymmetric cryptography, commonly referred to as public key cryptography (PKI). With public key encryption, a public key...
by Manvir | Aug 23, 2014 | Security
OpenLDAP: Open Source Implementation of LDAP – Light Weight Directory Access Protocol LDAP Protocol is used to access information stored in LDAP directory Resources: LDAP Browser – Apache Directory Studio [ User Guide PDF ] OpenLDAP JXplorer LDAP Browser...
by Manvir | Jul 28, 2014 | Security
FindBugs Static Analysis Tool is: – Opensource – Looks for bugs in Java – Operates on Java bytecode – Can run in NetBeans, Swing, Eclipse, Ant… – Generates XML or text output More information about FindBugs: Plug-ins available for...