0

Background :

I am trying to build a java client for web service , the service is bound to a public IP on my router. I want to achieve encryption and authentication similar to what OpenVPN does.

How do I achieve this? My server side code will be on a dd-wrt based router. I specifically need to know what libraries / api's to use on server and should be able to work on a dd-wrt based router (C, C++, Python can work on it)

Are there any easier alternatives which gives similar level of protection? I dont want anyone to either attack the service or do analysis on packets.

srinathhs
  • 1,828
  • 4
  • 17
  • 31
  • can't you just use the [optware for openvpn](http://www.dd-wrt.com/wiki/index.php/Quick_list_of_Optware_packages) ? – woliveirajr Jul 04 '11 at 14:02
  • Hi , I have optware and openvpn , but I do not want to use it as its not possible to have a openvpn client on all the systems I use (ex. my office system) – srinathhs Jul 04 '11 at 14:21
  • "the service is bound to a public IP on my router": is it an existing service or is it still to be implemented? If it exists, what language, container and/or possibly framework does it use? – Bruno Jul 04 '11 at 15:53
  • Is there some reason why you don't want to use HTTPS like everybody else? – user207421 Jul 05 '11 at 01:05

0 Answers0