The source code from the book has finally finished its journey through the legal department and is now available at www.kevinkenan.com. Thanks for everyone's patience.
« Cryptography in the Database Published! | Main | Police Surveillance in Your Home »
You can follow this conversation by subscribing to the comment feed for this post.
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
You might also be interested in checking out TeXTARIUM, where I chat about fiction, music, and the pursuit of the perfect shot of espresso.
My book on using cryptography to protect information stored in a database. Published by Addison-Wesley and Symantec Press. Read more at the book's site. The source code is available for download.
I am a student from China.Recentily I read your book and download your source code.
I find some source code is unnecessary:like in KeyAlias.java the 182 line 'newAlias.populate()'.
The method 'populate()' has already bean
runned in the constructor. You needn't to write again. The code in the KeyAlias.java from 257 to 263 lines are also
unnecessary.The Attributes will be set in the method 'populate()'.
Posted by: dengkun | May 11, 2007 at 06:21 PM