<?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: howto set WEP encryption on wireless card using passphrase ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283968#M88385</link>
    <description>I found out:&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;# iwconfig wlan0 essid key:mypassphrase &lt;BR /&gt;&lt;BR /&gt;it works well !&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
    <pubDate>Mon, 24 May 2004 13:39:32 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-05-24T13:39:32Z</dc:date>
    <item>
      <title>howto set WEP encryption on wireless card using passphrase ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283966#M88383</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I can set WEP encryption on my wireless card with following command:&lt;BR /&gt;&lt;BR /&gt;iwconfig eth1 essid MYWLANID key 5B3F929A17C4C659FD081C9D07&lt;BR /&gt;&lt;BR /&gt;but how it works with a passphrase ?&lt;BR /&gt;&lt;BR /&gt;is it passphrase supported ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Sat, 22 May 2004 17:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283966#M88383</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-22T17:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: howto set WEP encryption on wireless card using passphrase ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283967#M88384</link>
      <description>man iwconfig says:&lt;BR /&gt;&lt;BR /&gt;........................&lt;BR /&gt;key/enc[ryption]&lt;BR /&gt;              Used  to  manipulate  encryption or scrambling keys&lt;BR /&gt;              and encryption mode.&lt;BR /&gt;              To set the current encryption key, just  enter  the&lt;BR /&gt;              key   in   hex  digits  as  XXXX-XXXX-XXXX-XXXX  or&lt;BR /&gt;              XXXXXXXX.  To set a key other than the current key,&lt;BR /&gt;              prepend  or  append [index] to the key itself (this&lt;BR /&gt;              won't change which is the active key). You can also&lt;BR /&gt;              enter  the  key  as an ASCII string by using the s:&lt;BR /&gt;              prefix. Passphrase is currently not supported.&lt;BR /&gt;              To change which key is the current active key, just&lt;BR /&gt;              enter [index] (without entering any key value).&lt;BR /&gt;........................&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Passphrase is currently not supported !</description>
      <pubDate>Sat, 22 May 2004 17:40:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283967#M88384</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-22T17:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: howto set WEP encryption on wireless card using passphrase ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283968#M88385</link>
      <description>I found out:&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;# iwconfig wlan0 essid key:mypassphrase &lt;BR /&gt;&lt;BR /&gt;it works well !&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Mon, 24 May 2004 13:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283968#M88385</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-24T13:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: howto set WEP encryption on wireless card using passphrase ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283969#M88386</link>
      <description>There are two accepted methods to change "passphrase" into keys. 1) Direct ASCII/hex conversion 2) Cryptographic padding. &lt;BR /&gt;&lt;BR /&gt;1) Direct ASCII/hex conversion yield passwords that are EXACTLY 13 (128bit) or 5 (48 bit). They support any valid single byte ASCII symbol. Cisco, Broadcomm, and apple use this. &lt;BR /&gt;&lt;BR /&gt;2) Cryptographic padding uses a predictable cryptographic function to hash the passphrase into a hex key of appropriate length. They accept any length password (to up an arbitrary max) and usually only support English Alphanumeric + punctuation. Linksys uses this.&lt;BR /&gt;&lt;BR /&gt;I assume this is the first method, as there would be no changes required to the key ("a"=0x41).&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2004 17:40:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283969#M88386</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-05-24T17:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: howto set WEP encryption on wireless card using passphrase ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283970#M88387</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I found out, with:&lt;BR /&gt;&lt;BR /&gt;iwconfig eth1 essid test key s:passphrase &lt;BR /&gt;&lt;BR /&gt;it works well !&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chris</description>
      <pubDate>Wed, 26 May 2004 17:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-set-wep-encryption-on-wireless-card-using-passphrase/m-p/3283970#M88387</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-26T17:34:59Z</dc:date>
    </item>
  </channel>
</rss>

