View Single Post
Old Sep 3rd, 2004, 4:54 PM   #19
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
Are you using single or double key cyphers though? In most situations the transmission in all reality would be using double key incryption, two keys are created for one direction of transmission, a public and private key, only one can encrypt and only the other can decrypt.

While if you are using a single key algorith a simple XOR based encryption will work. I would imaging you want a double key system though since XOR based encryption is really simple in concept.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote