Re: Basically a sieve method, relation to quantum
jstevh_at_msn.com
Date: 01/22/05
- Next message: jstevh_at_msn.com: "Re: Basically a sieve method, relation to quantum"
- Previous message: newstome_at_comcast.net: "Re: Singular they [was Re: [Lit.] Buffer overruns]"
- In reply to: Xcott Craver: "Re: Basically a sieve method, relation to quantum"
- Next in thread: C. Bond: "Re: Basically a sieve method, relation to quantum"
- Reply: C. Bond: "Re: Basically a sieve method, relation to quantum"
- Reply: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Reply: Michael Brown: "Re: Basically a sieve method, relation to quantum"
- Reply: David Eather: "Re: Basically a sieve method, relation to quantum"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Jan 2005 08:31:18 -0800
Xcott Craver wrote:
> <jstevh@msn.com> wrote:
> >
> >I get a sense that some of you don't get it, so let's say you take
some
> >RSA challenge number, and calculate j and T, and factor them, and
then
> >run them through the algorithm.
> >
> >My research indicates you have a 50% chance of factoring the number.
>
> If this is true, then why not run your algorithm on ALL of the
> challenge numbers, and factor about half of them?
>
> If what you're saying is true, you could factor at least one
> challenge number today.
>
Conceivably, yes, if I used some other program to factor T, since my
current program just would in all likelihood fail to fully factor it,
as I call it recursively to do all the factorizations, breaking down a
number until it gets to something smaller than 200, at which point it
uses a table of primes!
Remember my method is *surrogate* factoring, which means you have to
factor something!!!
To factor an RSA challenge number I'd need a full factorization of some
number off of it. Now T = M^2 - j^2, where M is the target number, and
j is a number you get to pick.
My analysis is that if you do that with my method there is a
significant chance that you will factor M, if you use a full
decomposition of T, and all combinations of its factors.
Now I know that you people don't believe me, which is actually good, as
it just make it kind of funny, you know?
Like, if you believed me, maybe one of you might do it, but you won't
because you don't, until someone of greater intellectual ability comes
along, or I do it myself.
What I'm doing is getting a handle on the theory so that I don't waste
time searching for a solution, like having to experiment with different
j's to get one that works, without knowing exactly why it works.
Now someone else who only cares about getting the solution might not be
so particular.
I'm about finesse.
You people talk a lot so I'm not worried about you. I can freely talk
about this research without concern that any of you will do anything,
but talk.
I have years of experience dealing with you, from which I can tell what
you will and will not do.
James Harris
- Next message: jstevh_at_msn.com: "Re: Basically a sieve method, relation to quantum"
- Previous message: newstome_at_comcast.net: "Re: Singular they [was Re: [Lit.] Buffer overruns]"
- In reply to: Xcott Craver: "Re: Basically a sieve method, relation to quantum"
- Next in thread: C. Bond: "Re: Basically a sieve method, relation to quantum"
- Reply: C. Bond: "Re: Basically a sieve method, relation to quantum"
- Reply: Tim Peters: "Re: Basically a sieve method, relation to quantum"
- Reply: Michael Brown: "Re: Basically a sieve method, relation to quantum"
- Reply: David Eather: "Re: Basically a sieve method, relation to quantum"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|