Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i made a client and a server that communicate with DES encryption. With RSA i sanded the public key from server to client to encrypt the Des key. I encrypted the Des key with the Rsa public key but now i need to know how to send the encrypted Des key from client to server, decrypt the key and with that decrypted key to decrypt what i wrote on client. pleace can anyone help me with the code i need it??
Posted
Comments
Sergey Alexandrovich Kryukov 13-May-14 15:47pm    
[Posted by mistake, removed — SA]
ZurdoDev 13-May-14 21:47pm    
How can you send it? That is too ambiguous to know. Is this a windows app, windows service, asp.net, etc?
fiek-hack1 17-May-14 20:18pm    
its a console application
ZurdoDev 17-May-14 22:45pm    
What do you mean? What is the server? There still is not enough info for anyone to help.

1 solution

It can be done on one of several different levels of networking, remoting or WCF.
Please see my overview of these approaches in my past solutions:
how i can send byte[] to other pc[^],
Communication b/w two Windows applications on LAN.[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900