Adding public key encryption into my p2p program
From: Brian (brian_at_DoNotSpam.com)
Date: 03/20/04
- Previous message: Siemel Naran: "Re: how to rotate an array"
- Next in thread: Hattuari: "Re: Adding public key encryption into my p2p program"
- Reply: Hattuari: "Re: Adding public key encryption into my p2p program"
- Reply: Kevin Goodsell: "Re: Adding public key encryption into my p2p program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 20 Mar 2004 03:10:58 -0500
I wrote a p2p file sharing program for my networking class, and now we need
to add a public key encryption to the program. (I use TCP) I don't really
need an entire layer of encryption for communication between peers and
between peers and the "Rendezvous Server"(which is the entry point into the
p2p network) All I need to encrypt is the files sent between peers, and also
the messages sent between peers.. Is there any simple public key encryption
library I can use for this purpose? I'm using Solaris..
Thanks!
- Previous message: Siemel Naran: "Re: how to rotate an array"
- Next in thread: Hattuari: "Re: Adding public key encryption into my p2p program"
- Reply: Hattuari: "Re: Adding public key encryption into my p2p program"
- Reply: Kevin Goodsell: "Re: Adding public key encryption into my p2p program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|