Security Holes (cartoon)
In the rush to clean up the Debian OpenSSL fiasco, a number of other major security holes have been discovered...
0 commentsSave Tags: humor, security, unix-linux
Secure authentication cookies with Django
Some time ago Alex X. Liu published a research paper on secure cookie protocols. I tried to implement the protocol in Python.
0 commentsSave Tags: frameworks, python, security
Mapping visitors' IP addresses in PHP
Sometimes you just need to know what country your site visitors are coming from—for example, if you're trying to implement geo-targeted advertising.... more »
0 commentsSave Tags: php, security
Moving SSL certificate from Apache to Tomcat
When switching to a pure tomcat setup, one of the first things you do is to move your ssl certificate to tomcat.
0 commentsSave Tags: how-to, java, security, server
JavaScript Encryption Program
Open source JavaScript implementation of the RC4, AES, Serpent, Twofish, Caesar and RSA ciphers.
0 commentsSave Tags: javascript, security
2 Easy Steps To Turn Your Blog Into An OpenID Gateway
To facilitate my prediction, of most of you using OpenID by the end of the year, I am going to give you 2 easy steps to turn your blog, or any... more »
0 commentsSave Tags: open source, security, trends, web 2.0
Securing the integrity and authenticity of links
It has been a while since my last posting. As you can imagine, I have been really busy. Last week I was presenting at the JavaOne, and it was amazing.... more »
0 commentsSave Tags: frameworks, java, security, web design
Grails OAuth Plugin
This is a Grails plugin to provide easy interaction with OAuth service providers. OAuth is an open standard for secure API authentication. Using... more »
0 commentsSave Tags: frameworks, groovy, security