K
K2
I have a project where I want to transmit requests in the form of xml
documents from a Java client which will then accept xml documents in
response from a server over a tcp/ip socket connection. I've been told
that the content of this information also needs to be transmitted securely.
The server is to be housed on a very resource limited (tiny memory
footprint) system, so it's necessary to take a minimalistic approach.
With this in mind, how could I best achieve a secure connect between the
server and client under these conditions? The server implementer
(written in C) believes that they can use SSH for this, while I cannot
find any proof that this design is feasible. Any ideas on this? Thanks.
documents from a Java client which will then accept xml documents in
response from a server over a tcp/ip socket connection. I've been told
that the content of this information also needs to be transmitted securely.
The server is to be housed on a very resource limited (tiny memory
footprint) system, so it's necessary to take a minimalistic approach.
With this in mind, how could I best achieve a secure connect between the
server and client under these conditions? The server implementer
(written in C) believes that they can use SSH for this, while I cannot
find any proof that this design is feasible. Any ideas on this? Thanks.