What procedure must be followed to read and write encrypted cookies to the browser. What's the role of encoding in this ?
Created May 7, 2012
Julian Sitkewich There are some great code snippets from 'Chapter 10 of Java I/O Cryptography Streams':
http://www.ibiblio.org/javafaq/books/javaio/ioexamples/index.html
The URLDigest may be sufficient for cookie encryption: URLDigest.java