Hi all,
I am writing a simple tcp socket application: One machine opens a socket
and listens while another machine connects to the socket and sends /
receives messages.
I need to have the data encrypted in both directions. One thought was
to use ssh with the port forward option (-L port:host:hostport).
Just wondering if anyone knows of a library function similar to send /
receive that handles encryption so I dont have to use ssh. (Similar to
SSL as used by https)
Thanks,
Andy Eager.
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug
- Re: [SLUG] Encrypted send/recv on a socket Andy Eager
- Re: [SLUG] Encrypted send/recv on a socket Stephen Robert Norris
- Re: [SLUG] Encrypted send/recv on a socket scott
