<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cat encrypted files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676004#M52091</link>
    <description>Absolutely; crypt merely works on stdin/stdout so that somethings as stupid as this works:&lt;BR /&gt;&lt;BR /&gt;echo "My Secret Message" | crypt "topsecret" | crypt "topsecret"&lt;BR /&gt;&lt;BR /&gt;The first crypt encrypts and the second crypt unencrypts so that the plaintext "My Secret Message" emerges at the end of the pipeline as long as the the two keys match.&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Mar 2002 20:26:53 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-03-04T20:26:53Z</dc:date>
    <item>
      <title>Cat encrypted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676001#M52088</link>
      <description>I've encrypted a text file using crypt.  I would like to cat the file (and not get encrypted garbage), that is to say, I'd like to &lt;BR /&gt;cat the file and be able to read the encrypted text.  &lt;BR /&gt;&lt;BR /&gt;can I cat a file that is encrypted and unencrypt on the fly?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 20:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676001#M52088</guid>
      <dc:creator>Richard Briggs</dc:creator>
      <dc:date>2002-03-04T20:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cat encrypted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676002#M52089</link>
      <description>To do what you want you would have to do something like:&lt;BR /&gt;&lt;BR /&gt;# cat encrypted_file | decrypt_command&lt;BR /&gt;&lt;BR /&gt;The 'cat' command by itself will not decrypt a file.</description>
      <pubDate>Mon, 04 Mar 2002 20:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676002#M52089</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-04T20:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cat encrypted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676003#M52090</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the 'crypt' command itself to decode the file. See man pages of 'crypt' for more help.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 04 Mar 2002 20:25:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676003#M52090</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-04T20:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cat encrypted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676004#M52091</link>
      <description>Absolutely; crypt merely works on stdin/stdout so that somethings as stupid as this works:&lt;BR /&gt;&lt;BR /&gt;echo "My Secret Message" | crypt "topsecret" | crypt "topsecret"&lt;BR /&gt;&lt;BR /&gt;The first crypt encrypts and the second crypt unencrypts so that the plaintext "My Secret Message" emerges at the end of the pipeline as long as the the two keys match.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 20:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676004#M52091</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-03-04T20:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cat encrypted files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676005#M52092</link>
      <description>Thank you all... it works fine to pipe it to crypt&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 04 Mar 2002 20:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cat-encrypted-files/m-p/2676005#M52092</guid>
      <dc:creator>Richard Briggs</dc:creator>
      <dc:date>2002-03-04T20:58:56Z</dc:date>
    </item>
  </channel>
</rss>

