Re: Encryption of printer files

From: Bob Rasmussen (ras_at_anzio.com)
Date: 05/24/03

  • Next message: Terrence Roberson: "The Best Bargain sa1WeBs5fVwYoeO80j20j8GY"
    Date: Sat, 24 May 2003 12:09:04 -0700
    
    

    On Sat, 24 May 2003, moncho wrote:

    > OS 5.0.5 and OS 5.0.6
    >
    > With people moving from Telnet to SSH and ftp to Sftp along with other
    > security measures, I was wondering what people are due to secure their print
    > jobs from the server to the network attached printers?
    >
    > I cannot remember the name of the company or website, but someone is
    > currently developing an encryption printer driver but only for MS products.
    >
    > Anyone out there investigated this and found something reliable?

    You have hit on one of the under-mentioned aspects of security. I've been
    watching and looking for solutions. So far:

    1. Some of the HP JetDirect devices appear to have SSL support. I have not
    determined what kind of host level support there is.

    2. CUPS seems to have some encryption capability.

    There are many links in the chain of security, as has been pointed out.
    One of the links that we are addressing is the Internet link to a remote
    printer. Suppose, for instance, you're running a medical billing service,
    and clients are accessing your system over the Internet. Now you need to
    print reports in their office. According to HIPAA, this needs to be
    encrypted when it travels over the Internet, at least.

    One solution, for character-based applications, is passthrough print,
    through an SSH session. If I run AnzioWin (our SSH client) to a host
    system, then do passthrough print through that session, the print data is
    travelling on the same authenticated, encrypted channel as the screen
    data. And regardless of what you may have heard in the past, passthrough
    print can be made to work very well. The data is encrypted to the point of
    the user's PC, where it can be sent to a directly-wired desktop printer,
    or to a networked printer, in which case security analysis would be needed
    on that link.

    We are also working on a feature called "back channel printing", again in
    an SSH connection. With this feature, the multiplexing nature of SSH is
    used to create a back channel, using a different pty on the host system.
    Printout can be routed to that pty (which can be soft-linked to a knowable
    name), and it again travels over the authenticated, encrypted session. In
    this approach, the print data positively can not mix with the screen data,
    and the Unix spooler can be used if desired.

    Finally, there is web-server based printing. Our Web Print Object (WePO)
    allows precise printing in this environment. The WePO object actually
    fetches the data to be printed from the server, and can use HTTPS to do
    so, so data is encrypted. I believe that external means could be used to
    authenticate (is this person authorized to view this data?), but we are
    still experimenting with that.

    More info on web site below.

    Regards,
    ....Bob Rasmussen, President, Rasmussen Software, Inc.

    personal e-mail: ras@anzio.com
     company e-mail: rsi@anzio.com
              voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
                fax: (US) 503-624-0760
                web: http://www.anzio.com


  • Next message: Terrence Roberson: "The Best Bargain sa1WeBs5fVwYoeO80j20j8GY"

    Relevant Pages

    • Re: Encryption of printer files
      ... > You have hit on one of the under-mentioned aspects of security. ... I believe this is thru their SD Express printing. ... CUPS seems to have some encryption capability. ... > through an SSH session. ...
      (comp.unix.sco.misc)
    • Re: Casting IPsec before swine
      ... Our VMS system ... At McGraw-Hill we networked with about 100 field offices and six "print centers" without using any encryption that I was aware of. ... Now SOME traffic requires encryption for reasons of security, authentication, or both. ... Running all types of stuff over ssh has become more common. ...
      (comp.os.vms)
    • RE: Help with Win2000 Server.
      ... Although true that VNC has poor security in and of itself, ... The package provides both win32 server ... and client ssh apps and works pretty much out of the box. ... and you can configure for 128 bit encryption. ...
      (Security-Basics)
    • Re: free FTP recommendation?
      ... tell them to use ssh and sftp instead." ... need security and encryption? ... "What is point encryption? ...
      (uk.misc)
    • CryptoSurvey -- Results ..
      ... Many same or similar behavioral barriers for the ... effective utilization of many security solutions still exist limiting ... applications of encryption technologies currently in commercial ... Many people do not care about cryptography and/or security products ...
      (sci.crypt)

    Loading