Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-28-2008, 09:20 AM
Daniel Moore
Guest
 
Posts: n/a
Default what is RSA keylength the length of?


People talk about "the key length" in discussions of the RSA algorithm.

In learning about it at a textbook level I know that an RSA key is a
pair of integers. (One is used as a power to exponentiate a value and
ususally labeled e or d, the other as a divisor to then divide the
result usually labeled n.)

So what does "the key length," as a singular reference, refer to?? For
example if I hear about a "1024-bit RSA key" what is 1024 bits long?

Reply With Quote
  #2 (permalink)  
Old 04-28-2008, 09:48 AM
Ertugrul =?UTF-8?B?U8O2eWxlbWV6?=
Guest
 
Posts: n/a
Default Re: what is RSA keylength the length of?

Daniel Moore <taihaiteki@dslextreme.com> wrote:

> People talk about "the key length" in discussions of the RSA
> algorithm.
>
> In learning about it at a textbook level I know that an RSA key is a
> pair of integers. (One is used as a power to exponentiate a value and
> ususally labeled e or d, the other as a divisor to then divide the
> result usually labeled n.)
>
> So what does "the key length," as a singular reference, refer to?? For
> example if I hear about a "1024-bit RSA key" what is 1024 bits long?


It is the bit length of the modulus, i.e. if you've got an N bits RSA
key, then the modulus is a number smaller than 2^N.


Regards,
Ertugrul.


--
http://ertes.de/


Reply With Quote
  #3 (permalink)  
Old 04-28-2008, 06:08 PM
Unruh
Guest
 
Posts: n/a
Default Re: what is RSA keylength the length of?

Daniel Moore <taihaiteki@dslextreme.com> writes:


>People talk about "the key length" in discussions of the RSA algorithm.


>In learning about it at a textbook level I know that an RSA key is a
>pair of integers. (One is used as a power to exponentiate a value and
>ususally labeled e or d, the other as a divisor to then divide the
>result usually labeled n.)


NO. The pair of integers are two primes which are multiplied together to
give n. the exponents e and d are easily computed from those. e is usually
only about 6 bits long. d is roughly the same size as n.


>So what does "the key length," as a singular reference, refer to?? For
>example if I hear about a "1024-bit RSA key" what is 1024 bits long?


The product of that pair of primes.
And each of the two primes are half that length.


Reply With Quote
  #4 (permalink)  
Old 04-29-2008, 09:41 AM
Ertugrul =?UTF-8?B?U8O2eWxlbWV6?=
Guest
 
Posts: n/a
Default Re: what is RSA keylength the length of?

Unruh <unruh-spam@physics.ubc.ca> wrote:

> > People talk about "the key length" in discussions of the RSA algorithm.
> >
> > In learning about it at a textbook level I know that an RSA key is a
> > pair of integers. (One is used as a power to exponentiate a value
> > and ususally labeled e or d, the other as a divisor to then divide
> > the result usually labeled n.)

>
> NO. The pair of integers are two primes which are multiplied together
> to give n. the exponents e and d are easily computed from those. e is
> usually only about 6 bits long. d is roughly the same size as n.


Actually, Daniel is right. The modulus alone doesn't make a useful RSA
key. The modulus together with an exponent does. That would be a pair
of integers (he didn't talk about primes).


Regards,
Ertugrul.


--
http://ertes.de/


Reply With Quote
  #5 (permalink)  
Old 04-29-2008, 05:19 PM
Unruh
Guest
 
Posts: n/a
Default Re: what is RSA keylength the length of?

Ertugrul =?UTF-8?B?U8O2eWxlbWV6?= <es@ertes.de> writes:

>Unruh <unruh-spam@physics.ubc.ca> wrote:


>> > People talk about "the key length" in discussions of the RSA algorithm.
>> >
>> > In learning about it at a textbook level I know that an RSA key is a
>> > pair of integers. (One is used as a power to exponentiate a value
>> > and ususally labeled e or d, the other as a divisor to then divide
>> > the result usually labeled n.)

>>
>> NO. The pair of integers are two primes which are multiplied together
>> to give n. the exponents e and d are easily computed from those. e is
>> usually only about 6 bits long. d is roughly the same size as n.


>Actually, Daniel is right. The modulus alone doesn't make a useful RSA
>key. The modulus together with an exponent does. That would be a pair
>of integers (he didn't talk about primes).


Never said that modulus alone makes a useful RSA key.
The modulus is the product of two primes. The length of the modulus is the
length of the RSA "key" commonly quoted . The two exponents are --e is
assumes to be a small number for which exponentiation is easily calculated.
The exponent d is then easily calculated from the two primes. But it is the
length of the modulus that is used as the length of RSA.

(d is roughly of the same length, but its length is not the length of RSA.
The two primes are each of (roughly ) the same size.


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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
BiQuad Antenna Maximum Coax Length? wyoung71 Wireless Networking Discussion 5 04-05-2008 03:39 PM
USB 2 Maximum Cable Length Bennett Price alt.comp.hardware 17 06-08-2007 05:39 PM
LCD Issue - Vertical bars length of panel - Advice? OPM alt.comp.hardware 1 06-01-2007 10:37 AM
VoIPBuster Call Length Sean uk.telecom.voip 4 08-29-2005 12:02 AM
USB cable length? HOW FAR?! mish Hardware Discussion 7 05-28-2004 02:17 PM


All times are GMT. The time now is 02:56 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43