HP3000-L Archives

January 1996, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jim Wowchuk <[log in to unmask]>
Reply To:
Jim Wowchuk <[log in to unmask]>
Date:
Tue, 9 Jan 1996 14:48:46 +1100
Content-Type:
text/plain
Parts/Attachments:
text/plain (34 lines)
At 03:23 PM 8/1/96 PST, [log in to unmask] wrote:
>We have an internally developed application which uses Berkeley Sockets
>calls for communication between our HP3000s and various Unix servers.
>The development group which 'owns' this application would like to be
>able to build encryption and decryption into the data paths to and from
>the 3Ks, but I'm not familiar enough with networking and/or Sockets to
>be able to tell them if this is possible.  Apparently, there is a
>concern re: "outside" processes intercepting the data stream.  Has
>anyone had experience with, or built an encryption solution for such an
>application?
 
If you have control over both ends of the virtual circuit, then sure, there
is little problem with adding in encryption and decryption.  Bear in mind
that certain security protocols (e.g. DES ECB) using multiples of a fixed
block size (e.g. 8 byte blocks) so you will need to be able to account for
slack bytes.  You also then have the responsibility for 'key' management
which may involve more systems development and management.  Personally, my
favourites is still PGP.
 
The problem will be if you do not have control of either of the endpoints.
Then you can only hope the service or client provider can give you the
necessary details to interface with.  Don't hold your breath.  NSVT is still
unsecure and a big risk.  Sniffers abound that can get their nose in where
you don't want it.
 
Cheers.
----
Jim "seMPEr" Wowchuk
Vanguard Computer Services     Internet:    [log in to unmask]
 _--_|\                        Compu$erve:  100036,106
/      \                       Post:        PO Box 18, North Ryde, NSW 2113
\.--.__/ <---Sydney NSW        Phone:       +61 (2) 888-9688
      v      Australia         Fax:         +61 (2) 888-3056

ATOM RSS1 RSS2