<?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: Export Commodity Classification Number (ECCN) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000096#M739016</link>
    <description>&lt;P&gt;David,&lt;BR /&gt;from hp-site:&lt;BR /&gt;"crypt implements a one-rotor machine designed along the lines of the German Enigma, but with a 256-element rotor. Methods of attack on such machines are widely known; thus crypt provides minimal security."&lt;BR /&gt;&lt;BR /&gt;Search the docs.hp.com site for crypt and/or have a look at the code.&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;STRIKE&gt;&lt;A&gt;http://docs.hp.com/en/B3921-90010/crypt.1.html&lt;/A&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;[Moderator edit: Removed the broken link. Please refer to&amp;nbsp;&lt;A href="https://support.hpe.com/" target="_blank"&gt;https://support.hpe.com/&lt;/A&gt;]&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2025 07:23:55 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2025-03-20T07:23:55Z</dc:date>
    <item>
      <title>Export Commodity Classification Number (ECCN)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000095#M739015</link>
      <description>&lt;BR /&gt;We have an application that uses crypt to hide passwords for external devices and systems that we connect to.  My company now wants to sell this software outside the US and have requested that I identify encryption algorithms and modes as well as protocols that we use.  Because I just use the facilities that HP-UX provides, where might I find documentation on algorithms and protocols??&lt;BR /&gt;&lt;BR /&gt;I hope I am on the right track here??</description>
      <pubDate>Tue, 29 Aug 2006 08:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000095#M739015</guid>
      <dc:creator>David DiBiase</dc:creator>
      <dc:date>2006-08-29T08:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export Commodity Classification Number (ECCN)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000096#M739016</link>
      <description>&lt;P&gt;David,&lt;BR /&gt;from hp-site:&lt;BR /&gt;"crypt implements a one-rotor machine designed along the lines of the German Enigma, but with a 256-element rotor. Methods of attack on such machines are widely known; thus crypt provides minimal security."&lt;BR /&gt;&lt;BR /&gt;Search the docs.hp.com site for crypt and/or have a look at the code.&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;STRIKE&gt;&lt;A&gt;http://docs.hp.com/en/B3921-90010/crypt.1.html&lt;/A&gt;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;[Moderator edit: Removed the broken link. Please refer to&amp;nbsp;&lt;A href="https://support.hpe.com/" target="_blank"&gt;https://support.hpe.com/&lt;/A&gt;]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 07:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000096#M739016</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2025-03-20T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export Commodity Classification Number (ECCN)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000097#M739017</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;From 'man crypt':&lt;BR /&gt;&lt;BR /&gt;crypt(1)                                                           crypt(1)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      crypt - encode/decode files&lt;BR /&gt;&lt;BR /&gt; SYNOPSIS&lt;BR /&gt;      crypt [password]&lt;BR /&gt;&lt;BR /&gt; DESCRIPTION&lt;BR /&gt;      crypt reads from the standard input and writes on the standard output.&lt;BR /&gt;      password is a key that selects a particular transformation.  If no&lt;BR /&gt;      password is given, crypt demands a key from the terminal and turns off&lt;BR /&gt;      printing while the key is being typed in.  crypt encrypts and decrypts&lt;BR /&gt;      with the same key:&lt;BR /&gt;&lt;BR /&gt;           crypt key &lt;CLEAR&gt;cypher&lt;BR /&gt;           crypt key &lt;CYPHER&gt;&lt;/CYPHER&gt;&lt;BR /&gt;      The latter command decrypts the file and prints the clear version.&lt;BR /&gt;&lt;BR /&gt;      Files encrypted by crypt are compatible with those treated by the ed&lt;BR /&gt;      editor in encryption mode (see ed(1)).&lt;BR /&gt;&lt;BR /&gt;      Security of encrypted files depends on three factors: the fundamental&lt;BR /&gt;      method must be hard to solve; direct search of the key space must be&lt;BR /&gt;      infeasible; ``sneak paths'' by which keys or clear text can become&lt;BR /&gt;      visible must be minimized.&lt;BR /&gt;&lt;BR /&gt;      crypt implements a one-rotor machine designed along the lines of the&lt;BR /&gt;      German Enigma, but with a 256-element rotor.  Methods of attack on&lt;BR /&gt;      such machines are known, but not widely; moreover the amount of work&lt;BR /&gt;      required is likely to be large.&lt;BR /&gt;&lt;BR /&gt;      The transformation of a key into the internal settings of the machine&lt;BR /&gt;      is deliberately designed to be expensive; i.e., to take a substantial&lt;BR /&gt;      fraction of a second to compute.  However, if keys are restricted to,&lt;BR /&gt;      for example, three lowercase letters, then encrypted files can be read&lt;BR /&gt;      by expending only a substantial fraction of five minutes of machine&lt;BR /&gt;      time.&lt;BR /&gt;&lt;BR /&gt;      Since the key is an argument to the crypt command, it is potentially&lt;BR /&gt;      visible to users executing the ps or a derivative (see ps(1)).  The&lt;BR /&gt;      choice of keys and key security are the most vulnerable aspect of&lt;BR /&gt;      crypt.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PCS&lt;/CLEAR&gt;</description>
      <pubDate>Tue, 29 Aug 2006 08:50:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000097#M739017</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-29T08:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export Commodity Classification Number (ECCN)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000098#M739018</link>
      <description>thanks for the help</description>
      <pubDate>Fri, 01 Sep 2006 08:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-commodity-classification-number-eccn/m-p/5000098#M739018</guid>
      <dc:creator>David DiBiase</dc:creator>
      <dc:date>2006-09-01T08:23:52Z</dc:date>
    </item>
  </channel>
</rss>

