Author Topic: New RSA Algorithm discussion  (Read 58700 times)

0 Members and 1 Guest are viewing this topic.

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: New RSA Algorithm discussion
« Reply #75 on: October 17, 2010, 11:14:27 am »
sorry for not have seen the other topic before...

No argument there ;)
I was just explaining him that distributed computing probably wouldn't help enough for the factorization to become practical, with the current algorithms :)

Actually, rainbow crack //I don't know how much you know about it, but isn't for RSA keys, my suggestion was something like it, not it, maybe I should say it more explicit...
And I said it because I like to divide in tables for giving each one a part to do, as I like also the style of these tables.
But, it can't be used as it is for factoring a RSA key.

=/

With current algorithms, it would require so much Time and computational power that it wouldn't be feasible.  That is why I like recursive algorithms that run in log n time. ;-)
Are you sure that isn't any recursive algorithm?
That's sad after so many time none came yet.

but, sometimes when using some recursive functions in c I see that computer many times will do much more quickly than a n function, but, it will crash before the end.

//I tried this, exactly with a friend to see which program in c was faster, both used pointers, but mine had a little more of it and was recursive.
mine was pretty quickly at start and then crashed at some number. while his took sometime to achieve that number, but
after it done it continued to next numbers. 
« Last Edit: October 17, 2010, 11:17:55 am by kyllopardiun »

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: New RSA Algorithm discussion
« Reply #76 on: October 17, 2010, 12:09:51 pm »
I thought the rainbow crack was for windows passwords...

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: New RSA Algorithm discussion
« Reply #77 on: October 17, 2010, 12:18:36 pm »
I thought the rainbow crack was for windows passwords...
It was made for crack MD5, then they started to include other keys like LM, NTLM, SHA1, MYSQLSHA1, HALFLMCHALL, NTLMCHALL, ORACLE-SYSTEM, MD5-HALF

but, nothing for RSA yet.
And it run in both linux and Ruindows <- (inside joke) just can speak portuguese will understand...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: New RSA Algorithm discussion
« Reply #78 on: October 18, 2010, 12:32:03 am »
Lol never heard the Ruindows thing before, but in English it almost fits the OS perfectly ;D. People usually just say Winblows, Window$ and French people say Windaube. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: New RSA Algorithm discussion
« Reply #79 on: October 18, 2010, 06:52:21 am »
Lol never heard the Ruindows thing before, but in English it almost fits the OS perfectly ;D. People usually just say Winblows, Window$ and French people say Windaube. :P
Ruim in portuguese: bad/poor,
but now, I thought about it and you are right. I think it does fit better in english than in portuguese..
:D
« Last Edit: October 18, 2010, 06:54:00 am by kyllopardiun »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: New RSA Algorithm discussion
« Reply #80 on: October 18, 2010, 01:23:47 pm »
Ah I see ;D

Of course it's possible to ruin your data with Linux too if you totally do something wrong but I think it is less common. I don't hear often about Linux crashes forcing a reformatting.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: New RSA Algorithm discussion
« Reply #81 on: October 18, 2010, 01:36:36 pm »
true. but there a lot less linux users too.  So, hasvanyone thought about rsa much?

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: New RSA Algorithm discussion
« Reply #82 on: October 18, 2010, 08:34:19 pm »
true. but there a lot less linux users too.  So, hasvanyone thought about rsa much?

Since my table ideas wasn't good, there's just another thing in my mind that sounds plausible to get the RSA keys,
and it's 5.9
however, I don't think we should go that far...

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: New RSA Algorithm discussion
« Reply #83 on: October 18, 2010, 10:07:00 pm »
5.9?  And what do you mean we shouldn't go that far?

Also, no idea is a bad idea really.  It's just that some will work with small scale numbers while some don't.

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: New RSA Algorithm discussion
« Reply #84 on: October 18, 2010, 10:13:48 pm »
5.9?  And what do you mean we shouldn't go that far?
Also, no idea is a bad idea really.  It's just that some will work with small scale numbers while some don't.

If you knew what 5.9 is probably you would agree ...

5.9 is a way,(  btw one of the best of them) to exploit the critical point on everything done yet.
and it depends, it can work very well [usually do] or you won't get anything at all.

5.9 it's a way of SEing. If you know what this is will help a lot for you understand.

//for some reasons I don't feel comfortable to explain much better what it really is neither how does it work here, in a open topic.

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: New RSA Algorithm discussion
« Reply #85 on: October 19, 2010, 03:40:29 am »
Lol never heard the Ruindows thing before, but in English it almost fits the OS perfectly ;D. People usually just say Winblows, Window$ and French people say Windaube. :P

We usually say Windhoos (=cyclone) or something. There's also this: (Rutt'n ahtenehenteh in West-Vlaams. Hilarious.)

(Note: this is not how ALL Flemish people talk)

On a more on-topic note: Rainbowcrack was not made for our purpose, because we're talking about a key that is far longer than the average password, and storing the tables for reuse is pointless in this setting (that's the No. 1 reason why you would use RC).

I'm sure you will agree with us after having read: en.wikipedia.org/wiki/RSA . This algorithm is invulnerable. Cryptanalysts have done all they could. Thinking that a bunch of youngsters with calcs can break a 1024-bit key, let alone find a flaw in the algorithm, is VERY utopic.
« Last Edit: October 19, 2010, 03:46:16 am by mapar007 »

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: New RSA Algorithm discussion
« Reply #86 on: October 19, 2010, 03:44:48 pm »
Lets save up some money so we can buy a quantum computer once they come out.

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: New RSA Algorithm discussion
« Reply #87 on: November 30, 2010, 05:00:05 am »
Would help, if we had all the factorials stored in a file?

I am saying this because I saw, this and found it pretty amazing.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: New RSA Algorithm discussion
« Reply #88 on: November 30, 2010, 06:16:16 am »
Would help, if we had all the factorials stored in a file?

I am saying this because I saw, this and found it pretty amazing.
Not really. Yeah it would help in some ways, but not completely.  For one thing, you would have to find an algorithm to find the factors based on the factorial in case you had both or none of the factors in the factorial. eg. the factors would cancel out in the factorial.  Also, for the amount of time it would take, and all the numbers you would have to go through, it would be easier to simply go through each number to the the sqrt(n) and try to find the factor that way.  Then there's the disk space involved...

SirCmpwn

  • Guest
Re: New RSA Algorithm discussion
« Reply #89 on: February 27, 2011, 04:17:10 pm »
I think there may be a simple method we have overlooked.  This isn't neccissarily the best resource, but this is a list of the top 500 known prime numbers.  Perhaps we can multiply them to each other until we find n?  I know it's brute force, but hey, it could work.