![]() |
Any one see this Cryptographic?
0041C249 . C74424 60 6>mov dword ptr ss:[esp+60],CD49046B
0041C251 . C74424 64 C>mov dword ptr ss:[esp+64],829A80CB 0041C259 . C74424 68 C>mov dword ptr ss:[esp+68],3F5157C0 0041C261 . C74424 6C 8>mov dword ptr ss:[esp+6C],B50C6384 0041C269 . C74424 70 5>mov dword ptr ss:[esp+70],AA56D550 0041C271 . C74424 74 7>mov dword ptr ss:[esp+74],B05ADF71 0041C279 . C74424 78 D>mov dword ptr ss:[esp+78],7B2E3CD4 0041C281 . C74424 7C C>mov dword ptr ss:[esp+7C],CFB69AC3 any one who knows the Cryptographic? thanks. |
It can be everything, even not crypto stuff. Try to use PEId's plugin KANAL to identify crypto signatures.
|
I saw the same thing twice before, not the same dwords, but it was setting up the bignum for rsa, but like he said use KANAL, or CRYPTOSEARCHER should give a better result.
|
i had a target where these commands prepare a SHA-routine.
|
its simply 8 dwords... we need more code :) and if KANAL willn't detect this constants than it may be simply home-made crypto... or it may be a big nums...
|
There is also one good crypto searcher by Christal on http://christal1.cjb.net/
try that if Peid doesnt work... BYe NeOXOeN |
Well��thanks all ,firstly.
I met this when I tried to make a keygen of WMV to AVI MPEG DVD WMV Converter 1.4.8. It's easy to patch.But i want a keygen. The offical site is:http://www.alloksoft.com. Code:
0041C220 > \6A FF push -1Registration successful. It seems the initial value . It should be symmetrical cipher . cipher(username)=Registrationcode |
Quote:
These three calls look like BigCreate or smth like that: Code:
.text:0041C2ED call sub_401974Code:
push 10001hon this line Code:
0041C289 . E8 E8280100 CALL <JMP.&MFC42.#537>Code:
0012CDF4 6B 04 49 CD CB 80 9A 82 kI����Ђљ‚Code:
6B 04 49 CD CB 80 9A 82 C0 57 51 3F 84 63 0C B5 50 D5 56 AA 71 DF 5A B0 D4 3C 2E 7B C3 9A B6 CFCode:
6B0449CDCB809A82C057513F84630CB550D556AA71DF5AB0D43C2E7BC39AB6CFCode:
CFB69AC37B2E3CD4B05ADF71AA56D550B50C63843F5157C0829A80CBCD49046BYou can get these tools here: Code:
http://www.asahi-net.or.jp/~KC2H-MSM/cn/When you have N & D you can code keygen ;) |
cbs,Good man!
You are right! N=CFB69AC37B2E3CD4B05ADF71AA56D550B50C63843F5157C0829A80CBCD49046B I use ppsiqsv1.1 to get the factors p and q. P=E4E7E39EE5E5C98788BF466DDCBAB2DF Q=E84C8EBF8D5AA6A5ACB2569542DBCBF5 and use tE's RSA tool. E=10001 D=3CE0C02B5B070A3D2C12F63A523A70FA57692AFC70FAE36480D0E33205F6B4C1 BRD made a keygen of this product v1.4.6 which could bu used on v1.4.8. I disassembled the keygen to study,^_^. the RSA value of name should be changed to registration key by some tricks. Really appreciate the help of all you! Regards |
Quote:
I've received PM asking which tool by Satoshi Tomabechi to use. Generally PPSIQS is used. But don't use RSA Tool for large composite numbers. It's too slow. I have tested RSA Tool vs PPSIQS and PPSIQS is approximately 3 (!) times faster. I tried RSA-255/256 many times and on my machine I get factors for a bit more than one hour. RSA Tool requires ~4-5 hours for the same task. RSA Tool is designed for 'playing' with numbers and keys generation ;) And it's much better to use specialized tools for factoring. BTW I'm not sure if RSA Tool keys generation scheme is secure ;) |
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. :confused: 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 |
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 |
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 |
What is the needed to use PPSIQS, i am receiving only...
Input number (input 0 to exit) |
Hey bytescrk,
just input public Modulus in Base10 ... and ... ENTER ... play with ur girlfriend ;) Bye |
Quote:
Quote:
Otherwise you won't be able to read messages encrypted with RSA - because they could have few meanings :D 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.aspQuote:
Quote:
In this file you put all your numbers that you would like to factor in decimal notation (base-10) like this: Code:
224723992774119006825578513302384489873Code:
ppsiqs.exe < ppsiqs.in |
I am receiving "unknown function"
My OS is Windows XP Pro SP2, i seen in the .txt file included * Environment OS : Windows 95 Windows 98 Windows NT4.0 Windows 2000 |
Quote:
For example let's factor number Code:
E7C8A74C73FD2FBAC4F42216DFA687C1Code:
308093519617663552837864268966148868033Code:
Input number ( input 0 to exit )Code:
Input number ( input 0 to exit ) |
| All times are GMT +8. The time now is 19:12. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX