Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Endless Loop - possible Bug?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Hendrik Brandenburger  
View profile  
 More options Apr 29 2004, 10:17 am
From: Hendrik Brandenburger <brandenbur...@nue.et-inf.uni-siegen.de>
Date: Thu, 29 Apr 2004 10:17:23 -0400 (EDT)
Local: Thurs, Apr 29 2004 10:17 am
Subject: Re: Endless Loop - possible Bug?

I  tried to the Bug in my Code, but i can not find anything. I have
reduced my code somewhat more, but the problem remains. Can it be a bug
in Crypto++ or do i something wrong?.

  error.zip
1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Endless Loop" by Wei Dai
Wei Dai  
View profile  
 More options Apr 29 2004, 10:54 am
From: Wei Dai <wei...@weidai.com>
Date: Thu, 29 Apr 2004 10:54:38 -0400 (EDT)
Local: Thurs, Apr 29 2004 10:54 am
Subject: Re: Endless Loop

The RSA key you pass in is not a valid key (the modulus is even,
which can't be valid), and also the order in which the parameters are
passed is wrong.

I've added checks to the code in CVS to detect invalid keys when only n,
e, d are passed in and to throw an exception in that case instead of going
into an infinite loop.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hendrik Brandenburger  
View profile  
 More options Apr 28 2004, 8:54 am
From: Hendrik Brandenburger <brandenbur...@nue.et-inf.uni-siegen.de>
Date: Wed, 28 Apr 2004 08:54:36 -0400 (EDT)
Local: Wed, Apr 28 2004 8:54 am
Subject: Endless Loop

Hello to all,
i have some problem with crypto++.
First, i use Crypto++5.1 on Windows XP Proffessional,  my  development
Enviroment is  Microsoft  Visual Studio 2003.
My problem is as following: I try to create an InvertibleRSAFuction
Object and initialize it with the private exponent the public exponent
and the modulus. Probably I do something wrong because after calling
Initialize the object goes in an endless loop. Please can someone say
what i doing wrong. As attachement there is a minimal sourcecode that
produces the error.

Thanks
Hendrik

  error.zip
3K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »