pass data to remote modem securely
pass data to remote modem securely
am 16.04.2006 02:51:14 von Thos
I need to pass some simple data securely between two modems, one of
which dials up the other. What kind of solutions are there out there
for this simple task? Right now, I'm writing my own code to talk
directly to the modems, encrypt the data packets, etc, but it seems
there must be a better way.
T
Re: pass data to remote modem securely
am 16.04.2006 02:56:49 von Thos
I should say that I'm trying to pass encrypted data from and to a
custom app (same on both ends) via a modem.
Re: pass data to remote modem securely
am 16.04.2006 08:22:46 von unruh
"Thos" writes:
>I need to pass some simple data securely between two modems, one of
>which dials up the other. What kind of solutions are there out there
>for this simple task? Right now, I'm writing my own code to talk
>directly to the modems, encrypt the data packets, etc, but it seems
>there must be a better way.
ssh?
>T
Re: pass data to remote modem securely
am 16.04.2006 08:52:21 von Pete
In article <1145148674.039316.259930@g10g2000cwb.googlegroups.com>
thos37news@gmail.com "Thos" writes:
> I need to pass some simple data securely between two modems, one of
> which dials up the other. What kind of solutions are there out there
> for this simple task? Right now, I'm writing my own code to talk
> directly to the modems, encrypt the data packets, etc, but it seems
> there must be a better way.
ISTM that what you're doing is as simple as it gets! Or are you
asking for a solution that e.g. implements a HLL "one-liner" at
each end? For that you'd need to supply a bit more info on the
OS you're using and maybe the language(s) you're using for the
programming.
Pete
--
"We have not inherited the earth from our ancestors,
we have borrowed it from our descendants."
Re: pass data to remote modem securely
am 16.04.2006 18:22:46 von Volker Birk
Thos wrote:
> I need to pass some simple data securely between two modems, one of
> which dials up the other. What kind of solutions are there out there
> for this simple task? Right now, I'm writing my own code to talk
> directly to the modems, encrypt the data packets, etc, but it seems
> there must be a better way.
On which operating system? On a *NIX system, one would use XMODEM or
ZMODEM and encrypt/decrypt before and after the transmission.
Something like gpg -c | sx on one of the sides, and rx | gpg on the
other side, for example.
Yours,
VB.
--
At first there was the word. And the word was Content-type: text/plain