<?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: HELP again! accidental encryption by VI editor in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994086#M124994</link>
    <description>I can't understand which is the meaning of LETTERSTATS, TRIGRAMSTATS, BIGRAMSTATS environmental variables which shoudl be defined....</description>
    <pubDate>Wed, 11 Jun 2003 07:56:47 GMT</pubDate>
    <dc:creator>Enrico Venturi</dc:creator>
    <dc:date>2003-06-11T07:56:47Z</dc:date>
    <item>
      <title>HELP again! accidental encryption by VI editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994083#M124991</link>
      <description>Hello colleagues,&lt;BR /&gt;I was editing a file by VI ... at the end of a long working day I tried to exit by the escape sequence ESC-: then "x" key, but I press "X" rather then "x" .... so I crypted the file but I don't remember the encryption key ... all that I saw is thatthe file is crypted ... How can I crypt it in a reverse mode? I've seen that the syntax is "crypt key &lt;FILE&gt;clear_file" .... how can I try with all the 256 keys? can anyone suggest to me an automatic script to do it? thanks a lot!!!!&lt;/FILE&gt;</description>
      <pubDate>Wed, 11 Jun 2003 04:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994083#M124991</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2003-06-11T04:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: HELP again! accidental encryption by VI editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994084#M124992</link>
      <description>Enrico,&lt;BR /&gt;I think unfortunately that you'd have to crack&lt;BR /&gt;a file if you forgot the encryption key.I think&lt;BR /&gt;vi uses standard unix encryption method (read man crypt),which has crack utilities to break.&lt;BR /&gt;Check here (Password cracking tools for UNIX)&lt;BR /&gt;&lt;A href="http://www.cromwell-intl.com/security/468-sysaudit.html" target="_blank"&gt;http://www.cromwell-intl.com/security/468-sysaudit.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Zeev</description>
      <pubDate>Wed, 11 Jun 2003 06:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994084#M124992</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-06-11T06:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: HELP again! accidental encryption by VI editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994085#M124993</link>
      <description>This one seems to break encrypted files :&lt;BR /&gt;Crypt Breaking Workbench &lt;BR /&gt;&lt;A href="http://axion.physics.ubc.ca/cbw.html" target="_blank"&gt;http://axion.physics.ubc.ca/cbw.html&lt;/A&gt; &lt;BR /&gt;Download the source and compile.My previous&lt;BR /&gt;post was related to the same crypt  but&lt;BR /&gt;for password files,which is a bit different :)&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Zeev</description>
      <pubDate>Wed, 11 Jun 2003 06:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994085#M124993</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-06-11T06:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: HELP again! accidental encryption by VI editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994086#M124994</link>
      <description>I can't understand which is the meaning of LETTERSTATS, TRIGRAMSTATS, BIGRAMSTATS environmental variables which shoudl be defined....</description>
      <pubDate>Wed, 11 Jun 2003 07:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994086#M124994</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2003-06-11T07:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: HELP again! accidental encryption by VI editor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994087#M124995</link>
      <description>LETTERSTATS, BIGRAM, and TRIGRAM stats refer to the frequency that a given letter, a pair of letters (e.g. TH), or a trio of letters (e.g. NON) respectively occurs in samples of plaintext. They are different for each language and the bigrams and trigram statistics can even vary by context (e.g. scientific/engineering vs. military). &lt;BR /&gt;&lt;BR /&gt;These statistics are the basic tools into decryption the plaintext.&lt;BR /&gt;&lt;BR /&gt;I don't suppose that you have a backup?&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2003 15:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-again-accidental-encryption-by-vi-editor/m-p/2994087#M124995</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-11T15:16:13Z</dc:date>
    </item>
  </channel>
</rss>

