Urgent Help in Java Networking

Dear Sir,

I've written an encryption algorithm.My problem is i 've to encrypt

a file using the algorithm above at one computer.The receiver in another computer should get this file and decrypt it at another

computer.I have written both encryption and decryption algorithms

but i dont know Java networking API.Could you give me detailed step by

step networking code with documentation which connects both encryption and decryption algorithms at different computers.GUI Support in networking api is appreciated .Please sen the reply to sk1977@rediffmail.com

Thanks in advance

[626 byte] By [sk1977] at [2007-9-27 15:00:13]
# 1
Have you looked at JSSE (Java Secure Socket Extensions)?Using SSL is perhaps the best solution to your problem.You can find a lot of info in:Java Security - 2nd Ed, by Scott Oaks and and inJava Networking (or something like) 2nd Ed, by E. R. Harold.
ezavalla at 2007-7-5 23:00:31 > top of Java-index,Core,Core APIs...
# 2
we dont write your apps for you. if you have a specific question, ask it. dont ask to have us code your classes.-karl
solar_thunder at 2007-7-5 23:00:31 > top of Java-index,Core,Core APIs...