Monday, December 04, 2006

My articles on OWASP

I came to know about OWASP (Open Web Application Security Project) last year and joined the "OWASP Java Project" team this year. The Java project aims at providing a one-stop shop for all Java related Secure coding practices. It has articles varying from defense mechanism for Injection attacks to Securing Web Servers and more. Implementing some of the concepts I learned in the Information Assurance course, I have contributed 2 articles to OWASP.
The first article is about JCE. JCE is the acronym of Java Cryptographic Extensions. JCE provides a mechanism for achieving some of the basic cryptographic functionalities like Encryption / Decryption
The second article is about JSSE. JSSE is the acronym of Java Secure Socket Extension. JSSE is a set of API for implementing SSL / TLS functionalities in Java. If you are a Java enthusiast, I would be happy to have review comments from you.

1 comment:

Anonymous said...

Joe,

This is great!

Keep up the good work and contribution to the security community!

All the best!