Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Default strength of RSA encryption

Reply
Thread Tools

Default strength of RSA encryption

 
 
DamonChong
Guest
Posts: n/a
 
      01-24-2006
Hi,

I have two questions relating to the keytool program bundled in the
standard SUN JDK v1.5.x. I am using this keytool program to generate a
server certificate with the RSA algorithm for my Tomcat engine. My
questions are firstly, does anyone know what is its default encryption
strength if we never specify the keysize? Secondly, I am not in the USA
but the JDK is downloaded from SUN, is its crypto strength limited by
export restriction on encryption software in the United States? In
another word, if I specify -keysize 1024, will keytool truly respect
this option?

Thank you very much.

Regards,
Damon

 
Reply With Quote
 
 
 
 
Mike Amling
Guest
Posts: n/a
 
      01-24-2006
DamonChong wrote:
> Hi,
>
> I have two questions relating to the keytool program bundled in the
> standard SUN JDK v1.5.x. I am using this keytool program to generate a
> server certificate with the RSA algorithm for my Tomcat engine. My
> questions are firstly, does anyone know what is its default encryption
> strength if we never specify the keysize? Secondly, I am not in the USA
> but the JDK is downloaded from SUN, is its crypto strength limited by
> export restriction on encryption software in the United States? In
> another word, if I specify -keysize 1024, will keytool truly respect
> this option?


I suggest using the experimental method. Generate a default-length
keypair, and a keypair with -keysize 1024, and look at the length of the
generated moduli.

--Mike Amling
 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      01-24-2006
On Tue, 24 Jan 2006 18:06:08 GMT, Mike Amling <>
wrote, quoted or indirectly quoted someone who said :

> I suggest using the experimental method. Generate a default-length
>keypair, and a keypair with -keysize 1024, and look at the length of the
>generated moduli.


keytool.exe does not tell you what it is ,but you can out with keyman.

See http://mindprod.com/jgloss/keyman.html

my cert is 1024 bits. I don't recall ever doing anything special to
request extended strength. I live in Canada so Sun may have given it
to me automatically.

The law is silly. It does not stop anyone from using extra strength
encryption, it just ensures American companies won't provide it,
giving the business to foreign competitors. It is an anti-business
law, most peculiar.

It also hurts domestic sales of American encryption products. Why buy
something from a US company than works only in the USA where you can
buy from competitor a product that works anywhere?

--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RSA encryption DougJrs Java 1 04-01-2007 09:01 AM
System Tray Signal Strength -vs- Wireless Properties Strength =?Utf-8?B?U2NvdHQ=?= Wireless Networking 3 04-07-2005 10:17 PM
Encryption Strength James Computer Support 3 02-12-2005 07:21 AM
RSA Encryption error Scott Hamlin ASP .Net 0 12-03-2004 02:31 PM
Implementing .net RSA on the server *and* JavaScript RSA on the client gg ASP .Net 0 11-18-2004 10:29 PM



Advertisments
 



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57