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)
You could allways look around for ARDenc.dll I cant remember the link to where it is at 8(
Quote from: dRAgoN on January 03, 2004, 02:28 PM
You could allways look around for ARDenc.dll I cant remember the link to where it is at 8(
http://botdev.valhallalegends.com/
Quote from: OriOn on January 03, 2004, 12:03 PM
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)
Don't know a whole lot about the server signature, but here's an example (http://www.valhallalegends.com/docs/CryptoAPISign.cpp) Skywing has with CryptoAPI
hummm,
I will try to reverse the code :(
i am so lazy :p
Quote from: OriOn on January 03, 2004, 03:02 PM
hummm,
I will try to reverse the code :(
i am so lazy :p
I disagree, i think trying to reverse code is the opposite of lazy :P
Quote from: UserLoser. on January 03, 2004, 02:36 PM
Quote from: OriOn on January 03, 2004, 12:03 PM
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)
Don't know a whole lot about the server signature, but here's an example (http://www.valhallalegends.com/docs/CryptoAPISign.cpp) Skywing has with CryptoAPI
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 from: Maddox on January 03, 2004, 09:56 PM
Quote from: UserLoser. on January 03, 2004, 02:36 PM
Quote from: OriOn on January 03, 2004, 12:03 PM
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)
Don't know a whole lot about the server signature, but here's an example (http://www.valhallalegends.com/docs/CryptoAPISign.cpp) Skywing has with CryptoAPI
He just said that he didn't "want to the use the ms crypto api" and you gave him a link to an example...
And you're telling me what i already know - Maybe he didn't feel like looking up all the information stuff needed
I like using CryptoAPI in SSL, as it is fully free, complete & cross-platform
Quote from: Soar on January 04, 2004, 04:09 AM
I like using CryptoAPI in SSL, as it is fully free, complete & cross-platform
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.
AFAIK, the SSL stuff in SChannel is only available on NT-based Windows operating systems (no win9x).