![]() |
|
|
|
#1
|
|||
|
|||
|
Quote:
Quote:
But RSAtool is very slow. I use RSAtool to calculate D. Quote:
I downloaded it from programmerstools. I cracked it,a username could have many keys. In fact,It uses RSA. When I search RSA in tut from pediy.com(chinese site), I found someone has cracked the apis32,and made a keygen. In the tut,he said it used RSA,and surely it was! I got a little puzzled. In RSA,one username has one code. But i could get two or four ,or more. Does RSA have collision like MD5? If so,RSA should not be used on digital signature. Regards |
|
#2
|
|||
|
|||
|
RSA doesn't have collision, but usually what's encrypted isn't the actual document, it's the hash of the document. Since asymetric crypto is too slow usually they just take a hash of the doc and then encrypt the hash with RSA with private key. Then the end user uses public key to decrypt hash, takes hash themselves of the document, and compares hashes. If they match this means document hasn't been changed. If MD5 (the most common hash) has collision (still very rare I think) then that is why you may see it because possibly they are RSA the hash only.
-Lunar |
|
#3
|
|||
|
|||
|
Quote:
I am still in the mist. RSA(hash1)=RSA(hash2) Whether the hash1 or hash2 are MD5 hash is not important. What's important is that two different hash arrived the same RSA value. Anyway,I generally agree with you that RSA has no collision. Maybe when the program apis32 v2.5 checks the regcode, It is not the standand RSA_Decipher procedure,so I could got different Regcode for the same username. You could look at the apis32 v2.5. And I will provide more keys for the same username. Regards |
|
#4
|
|||
|
|||
|
What is the needed to use PPSIQS, i am receiving only...
Input number (input 0 to exit) |
|
#5
|
|||
|
|||
|
Hey bytescrk,
just input public Modulus in Base10 ... and ... ENTER ... play with ur girlfriend ![]() Bye |
|
#6
|
||||
|
||||
|
Quote:
![]() Quote:
It can only be a result of collision in hash.Otherwise you won't be able to read messages encrypted with RSA - because they could have few meanings What about MD5 - actually now MD5 is definitely not safe (because of this MD5(x)=MD5(y) => MD5(x+z)=MD5(y+z) ). You can check out this article: Code:
http://www.codeproject.com/dotnet/HackingMd5.asp Quote:
Quote:
In this file you put all your numbers that you would like to factor in decimal notation (base-10) like this: Code:
224723992774119006825578513302384489873 156501211667442645087401128910164446481 119399008393514320049994534947283967297 211087890988599145775593649671167343561 222924203035635853575650313518923532737 Code:
ppsiqs.exe < ppsiqs.in |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Idenitfying a cryptographic algorithm | wassim_ | General Discussion | 1 | 07-15-2020 22:15 |
| Public White-Box Cryptographic Implementations and their Practical Attacks | TechLord | General Discussion | 8 | 12-20-2016 08:03 |