1996-07-14 - Executing remote commands with PGP

Header Data

From: “Jim Pinson” <jpinson@polaris.net>
To: cypherpunks@toad.com
Message Hash: 0dfa27706c4f9a7d89db833d47c81ff5b4ac235f6851efd5f5dcc467dbf3b347
Message ID: <199607140311.XAA08985@polaris.net>
Reply To: N/A
UTC Datetime: 1996-07-14 06:35:50 UTC
Raw Date: Sun, 14 Jul 1996 14:35:50 +0800

Raw message

From: "Jim Pinson" <jpinson@polaris.net>
Date: Sun, 14 Jul 1996 14:35:50 +0800
To: cypherpunks@toad.com
Subject: Executing remote commands with PGP
Message-ID: <199607140311.XAA08985@polaris.net>
MIME-Version: 1.0
Content-Type: text/plain


I lost the original subject of this thread, but some one was writing
about  sending commands via PGP.

A few years ago I wrote such a perl script.   It was part of a simple
remailer I developed.

At the time I was living overseas, and wanted to be able to send and
receive encrypted mail to my friends who did not use PGP.

The simple remail script was installed on a Stateside computer, and
took all plain text messages it received and encrypted them with my
public key and relayed them to me.   

I could send encrypted mail to the remailer, have it decrypted, and
sent on to the final destination.  The net result was an unencrypted
mail stream within the States, but an encrypted stream to me overseas.
 
As a bonus I added a few lines to let me send commands to the remailer
(embedded in the encrypted messages), have them executed on the remote
computer, and the results sent back to me.

Nothing fancy here, but it worked.

I stuck the code on:
http://www.polaris.net/~jpinson

There is little documentation, just a few comments in the source, I
don't use it any more but perhaps someone might find it useful.

Look under software in my home page section.

There is also an enhanced one time pad there I wrote some time back.

Jim Pinson





Thread