forum home page
register faq member list calendar search
MacShock.com - Apple Forums
Reload this Page
Old 09-30-2011, 02:40 AM
Juan I. Cahis
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

Dear friends:

I want to connect my iPhone to a WiFi network whose key is a ten
hexadecimal digit string from the range A to F, like AFECDEFEAC.

But it has been impossible to succeed, apparently, the iPhone thinks
that the hex characters are ASCII characters.

Do you know how to enter them as hex digits?

Thanks
Juan I. Cahis
Santiago de Chile (South America)
  Reply With Quote
Old 09-30-2011, 02:40 AM
David Empson
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

Juan I. Cahis <jiclbchSINBASURA@attglobal.net> wrote:

> Dear friends:
>
> I want to connect my iPhone to a WiFi network whose key is a ten
> hexadecimal digit string from the range A to F, like AFECDEFEAC.
>
> But it has been impossible to succeed, apparently, the iPhone thinks
> that the hex characters are ASCII characters.
>
> Do you know how to enter them as hex digits?


Try entering the hex key with a prefix of 0x (that's a zero digit and
lower case X).

For your example it would be

0xAFECDEFEAC

(For reference, that syntax is how you enter a hex number in the C
programming language, and all programming languages based on it.)

--
David Empson
dempson@actrix.gen.nz
  Reply With Quote
Old 09-30-2011, 02:40 AM
Jolly Roger
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

In article <eq5a87llhbcrvmn37um99coa0e3cu9gbc9@4ax.com>,
Juan I. Cahis <jiclbchSINBASURA@attglobal.net> wrote:

> Dear friends:
>
> I want to connect my iPhone to a WiFi network whose key is a ten
> hexadecimal digit string from the range A to F, like AFECDEFEAC.
>
> But it has been impossible to succeed, apparently, the iPhone thinks
> that the hex characters are ASCII characters.
>
> Do you know how to enter them as hex digits?


It sounds like your router is set to use WEP encryption. Have you
considered switching to the more secure WPA encryption?

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR
  Reply With Quote
Old 09-30-2011, 04:30 AM
Todd Allcock
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

At 29 Sep 2011 22:17:05 -0300 Juan I.Cahis wrote:
> Dear friends:
>
> I want to connect my iPhone to a WiFi network whose key is a ten
> hexadecimal digit string from the range A to F, like AFECDEFEAC.
>
> But it has been impossible to succeed, apparently, the iPhone thinks
> that the hex characters are ASCII characters.
>
> Do you know how to enter them as hex digits?
>



I think the device is supposed to figure that our based on the encryption
type. (e.g
hex if WEP, text if WPA).

Try changing the case. IIRC, lowercase fails for WEP.

  Reply With Quote
Old 09-30-2011, 12:30 PM
Juan I. Cahis
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

Dear Jolly & friends:

Jolly Roger <jollyroger@pobox.com> wrote:
> In article <eq5a87llhbcrvmn37um99coa0e3cu9gbc9@4ax.com>,
> Juan I. Cahis <jiclbchSINBASURA@attglobal.net> wrote:
>
>> Dear friends:
>>
>> I want to connect my iPhone to a WiFi network whose key is a ten
>> hexadecimal digit string from the range A to F, like AFECDEFEAC.
>>
>> But it has been impossible to succeed, apparently, the iPhone thinks
>> that the hex characters are ASCII characters.
>>
>> Do you know how to enter them as hex digits?

>
> It sounds like your router is set to use WEP encryption. Have you
> considered switching to the more secure WPA encryption?


Unfortunately, I am not allowed to change the router parameters.

--
Enviado desde mi iPad, Juan I. Cahis, Santiago de Chile.
  Reply With Quote
Old 09-30-2011, 02:30 PM
Jolly Roger
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

In article
<1442323638339075847.852120jiclbchSINBASURA-attglobal.net@news-central.g
iganews.com>,
Juan I. Cahis <jiclbchSINBASURA@attglobal.net> wrote:

> Dear Jolly & friends:
>
> Jolly Roger <jollyroger@pobox.com> wrote:
> > In article <eq5a87llhbcrvmn37um99coa0e3cu9gbc9@4ax.com>,
> > Juan I. Cahis <jiclbchSINBASURA@attglobal.net> wrote:
> >
> >> Dear friends:
> >>
> >> I want to connect my iPhone to a WiFi network whose key is a ten
> >> hexadecimal digit string from the range A to F, like AFECDEFEAC.
> >>
> >> But it has been impossible to succeed, apparently, the iPhone thinks
> >> that the hex characters are ASCII characters.
> >>
> >> Do you know how to enter them as hex digits?

> >
> > It sounds like your router is set to use WEP encryption. Have you
> > considered switching to the more secure WPA encryption?

>
> Unfortunately, I am not allowed to change the router parameters.


Yes, that is unfortunate, as WEP is not secure and can be easily
compromised.

On Mac OS, Apple requires you to enter the WEP hex string prefixed with
a dollar sign character, like so:

$4e85b79a70ff314e85b7be13c1

Have you tried this?

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR
  Reply With Quote
Old 09-30-2011, 04:50 PM
Peter
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone


Todd Allcock <elecconnec@AnoOspamL.com> wrote:

>At 29 Sep 2011 22:17:05 -0300 Juan I.Cahis wrote:
>> Dear friends:
>>
>> I want to connect my iPhone to a WiFi network whose key is a ten
>> hexadecimal digit string from the range A to F, like AFECDEFEAC.
>>
>> But it has been impossible to succeed, apparently, the iPhone thinks
>> that the hex characters are ASCII characters.
>>
>> Do you know how to enter them as hex digits?
>>

>
>
>I think the device is supposed to figure that our based on the encryption
>type. (e.g
> hex if WEP, text if WPA).
>
>Try changing the case. IIRC, lowercase fails for WEP.


However, lots of routers also support text keys for WEP, though the
hashing algorithm is not really well standardised.
  Reply With Quote
Old 10-01-2011, 12:40 AM
Todd Allcock
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

At 30 Sep 2011 15:48:56 +0100 Peter wrote:
>
> Todd Allcock <elecconnec@AnoOspamL.com> wrote:
>
> >At 29 Sep 2011 22:17:05 -0300 Juan I.Cahis wrote:
> >> Dear friends:
> >>
> >> I want to connect my iPhone to a WiFi network whose key is a ten
> >> hexadecimal digit string from the range A to F, like AFECDEFEAC.
> >>
> >> But it has been impossible to succeed, apparently, the iPhone thinks
> >> that the hex characters are ASCII characters.
> >>
> >> Do you know how to enter them as hex digits?
> >>

> >
> >
> >I think the device is supposed to figure that our based on the

encryption
> >type. (e.g
> > hex if WEP, text if WPA).
> >
> >Try changing the case. IIRC, lowercase fails for WEP.

>
> However, lots of routers also support text keys for WEP, though the
> hashing algorithm is not really well standardised.



I understand that, but in my experience, they either offer a UI to select
whether it's text or hex, else they just assume any 10 digit key composed
only of hex characters is automatically hex.



  Reply With Quote
Old 10-01-2011, 02:30 AM
Michelle Steiner
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

In article <j65mm6$al6$1@dont-email.me>,
Todd Allcock <elecconnec@AnoOspamL.com> wrote:

> I understand that, but in my experience, they either offer a UI to select
> whether it's text or hex, else they just assume any 10 digit key composed
> only of hex characters is automatically hex.


Doesn't that depend on whether it's zero or not? Hex zeros are different
from text zeroes.

--
Tea Party Patriots is to Patriotism as
People's Democratic Republic is to Democracy.
  Reply With Quote
Old 10-01-2011, 02:30 AM
BreadWithSpam@fractious.net
Guest
 
Posts: n/a
Default How to enter a hex key for wifi on an iphone

Michelle Steiner <michelle@michelle.org> writes:

> In article <j65mm6$al6$1@dont-email.me>,
> Todd Allcock <elecconnec@AnoOspamL.com> wrote:
>
>> I understand that, but in my experience, they either offer a UI to select
>> whether it's text or hex, else they just assume any 10 digit key composed
>> only of hex characters is automatically hex.

>
> Doesn't that depend on whether it's zero or not? Hex zeros are different
> from text zeroes.


AAAAAAARRRRRRRRGGGGGGHHHHHHHH!

(Haven't heard from that guy in a long while. Annoying as he could
be, I hope he's okay.)

--
Plain Bread alone for e-mail, thanks. The rest gets trashed.
  Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:16 PM.
Copyright ©2007-2008 MacShock.com. Powered by vBulletin
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.