Archive for the 'security' Category

Content for this post is taken from the book “SSL & TLS Essentials, Security the Web” written by Stephen Thomas. This post consists only the theoretical overview of the working mechanism of SSL. I will soon post another article explaining the implementations.

The Secure Sockets Layer protocol defines two different roles for the communicating parties. One [...]


Standard Java comes with a complete package for implementing state of art security. It has all the tools needed such as, Key Generator, Signature verifier, Cipher etc. This post is a continue of my previous post, where I showed how to implement RSA using BigInteger class. Here I will make use of dedicated Java libraries [...]