View Single Post
Old 2004-08-23, 01:38 AM   #1
shyguy
Rock stars ... is there anything they don't know?
 
Join Date: May 2004
Posts: 10
programming help (encryption etc.)

as a project i am adding security to a chat room application all in java...

i already have the basic chat server and client, but i need to create a seperate java application to integrate with it to add security.

so i basically need to set it up so that all communications are encrypted, so outside eavesdroppers cant understand them. i have to implement authentication so that only verified users can access the chat service. the method used was going to be a based on a simplified version of the Kerberos protocol. was going to omit the Kerberos ticket server from this for the time being.

any help here would be muchly appreciated... source code of a working example would be great...
__________________
www.shyguyadultdesign.com
SPECIAL: Purchase an Elite Standard or Complete Package and recieve 30% off!!!
shyguy@shyguyadultdesign.com
shyguy is offline   Reply With Quote