- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- howto set WEP encryption on wireless card using pa...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2004 10:07 AM
тАО05-22-2004 10:07 AM
howto set WEP encryption on wireless card using passphrase ?
I can set WEP encryption on my wireless card with following command:
iwconfig eth1 essid MYWLANID key 5B3F929A17C4C659FD081C9D07
but how it works with a passphrase ?
is it passphrase supported ?
kind regards
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2004 10:40 AM
тАО05-22-2004 10:40 AM
Re: howto set WEP encryption on wireless card using passphrase ?
........................
key/enc[ryption]
Used to manipulate encryption or scrambling keys
and encryption mode.
To set the current encryption key, just enter the
key in hex digits as XXXX-XXXX-XXXX-XXXX or
XXXXXXXX. To set a key other than the current key,
prepend or append [index] to the key itself (this
won't change which is the active key). You can also
enter the key as an ASCII string by using the s:
prefix. Passphrase is currently not supported.
To change which key is the current active key, just
enter [index] (without entering any key value).
........................
Passphrase is currently not supported !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2004 06:39 AM
тАО05-24-2004 06:39 AM
Re: howto set WEP encryption on wireless card using passphrase ?
with
# iwconfig wlan0 essid key:mypassphrase
it works well !
greetings
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-24-2004 10:40 AM
тАО05-24-2004 10:40 AM
Re: howto set WEP encryption on wireless card using passphrase ?
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.
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.
I assume this is the first method, as there would be no changes required to the key ("a"=0x41).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-26-2004 10:34 AM
тАО05-26-2004 10:34 AM
Re: howto set WEP encryption on wireless card using passphrase ?
I found out, with:
iwconfig eth1 essid test key s:passphrase
it works well !
regards
chris