Author | Message | Time |
---|---|---|
OriOn | the storm.dll seems to transform 0x0010001 to the ip of the bnet server which u are connected. The dll use rsa (so the 1024 bits signature ) to encrypt or decrypt the value 0x0010001 to the ip ? or it s another algorithm ? Somebody has a rsa code in C ? (i dont want to use the ms crypto api) | January 3, 2004, 6:03 PM |
dRAgoN | You could allways look around for ARDenc.dll I cant remember the link to where it is at 8( | January 3, 2004, 8:28 PM |
UserLoser. | [quote author=dRAgoN link=board=17;threadid=4579;start=0#msg38212 date=1073161710] You could allways look around for ARDenc.dll I cant remember the link to where it is at 8( [/quote] http://botdev.valhallalegends.com/ | January 3, 2004, 8:35 PM |
UserLoser. | [quote author=OriOn link=board=17;threadid=4579;start=0#msg38190 date=1073153018] the storm.dll seems to transform 0x0010001 to the ip of the bnet server which u are connected. The dll use rsa (so the 1024 bits signature ) to encrypt or decrypt the value 0x0010001 to the ip ? or it s another algorithm ? Somebody has a rsa code in C ? (i dont want to use the ms crypto api) [/quote] Don't know a whole lot about the server signature, but here's an example Skywing has with CryptoAPI | January 3, 2004, 8:36 PM |
OriOn | hummm, I will try to reverse the code :( i am so lazy :p | January 3, 2004, 9:02 PM |
UserLoser. | [quote author=OriOn link=board=17;threadid=4579;start=0#msg38219 date=1073163744] hummm, I will try to reverse the code :( i am so lazy :p [/quote] I disagree, i think trying to reverse code is the opposite of lazy :P | January 3, 2004, 9:05 PM |
Maddox | [quote author=UserLoser. link=board=17;threadid=4579;start=0#msg38215 date=1073162200] [quote author=OriOn link=board=17;threadid=4579;start=0#msg38190 date=1073153018] the storm.dll seems to transform 0x0010001 to the ip of the bnet server which u are connected. The dll use rsa (so the 1024 bits signature ) to encrypt or decrypt the value 0x0010001 to the ip ? or it s another algorithm ? Somebody has a rsa code in C ? (i dont want to use the ms crypto api) [/quote] Don't know a whole lot about the server signature, but here's an example Skywing has with CryptoAPI [/quote] He just said that he didn't "want to the use the ms crypto api" and you gave him a link to an example... | January 4, 2004, 3:56 AM |
UserLoser. | [quote author=Maddox link=board=17;threadid=4579;start=0#msg38258 date=1073188582] [quote author=UserLoser. link=board=17;threadid=4579;start=0#msg38215 date=1073162200] [quote author=OriOn link=board=17;threadid=4579;start=0#msg38190 date=1073153018] the storm.dll seems to transform 0x0010001 to the ip of the bnet server which u are connected. The dll use rsa (so the 1024 bits signature ) to encrypt or decrypt the value 0x0010001 to the ip ? or it s another algorithm ? Somebody has a rsa code in C ? (i dont want to use the ms crypto api) [/quote] Don't know a whole lot about the server signature, but here's an example Skywing has with CryptoAPI [/quote] He just said that he didn't "want to the use the ms crypto api" and you gave him a link to an example... [/quote] And you're telling me what i already know - Maybe he didn't feel like looking up all the information stuff needed | January 4, 2004, 4:07 AM |
Soar | I like using CryptoAPI in SSL, as it is fully free, complete & cross-platform | January 4, 2004, 10:09 AM |
Kp | [quote author=Soar link=board=17;threadid=4579;start=0#msg38308 date=1073210968] I like using CryptoAPI in SSL, as it is fully free, complete & cross-platform[/quote] Microsoft implemented CryptoAPI on Linux? They must have, or it wouldn't be cross-platform. :) There are SSL implementations that are free, cross-platform (provided as source so you can build it yourself), and (to the best of my experience) complete. | January 4, 2004, 7:33 PM |
Skywing | AFAIK, the SSL stuff in SChannel is only available on NT-based Windows operating systems (no win9x). | January 4, 2004, 7:44 PM |