|
You last visited: Today at 06:51
Advertisement
Login connection
Discussion on Login connection within the Nostale forum part of the MMORPGs category.
08/07/2013, 21:42
|
#1
|
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
|
Login connection
Hi guys
I dumped bytes from the client and i added it in a char table.. i wrote a fast function ( 10 minutes ) for building the password and this is OK.. when i send to server i get the response "fail Check your ID and password." then i think that my password encrypt don't work..
my question is, what method they used for password ? can u give me a lead ?
the password is influenced by other parts of the packet ?
PS. I looked 5 minutes and i think that Password is influenced by Username, right ?
|
|
|
08/08/2013, 00:12
|
#2
|
elite*gold: 20
Join Date: Jan 2012
Posts: 766
Received Thanks: 645
|
Nathan says "it's random bytes" where is the fcking rand()%?
And smoke, u use vectors and char pointers... And is called uppercase ;3
|
|
|
08/08/2013, 00:39
|
#3
|
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
|
ernilos u know just talk to the void, what is the reason of your message ? u always say in all posts "Nathan here, smoke here etc..", then ? u are happy ? lol !
|
|
|
08/08/2013, 02:01
|
#4
|
elite*gold: 4
Join Date: Aug 2008
Posts: 6,783
Received Thanks: 4,992
|
Quote:
Originally Posted by ernilos
Nathan says "it's random bytes" where is the fcking rand()%?
And smoke, u use vectors and char pointers... And is called uppercase ;3
|
Then go on and help him. Oh wait, I just forgot that all you can do is talk bullshit.
So, someone posted a problem. All you do is reply with bullshit and bullshit. Good job ernilos. I'm proud. Once again in your life you achieved nothing.
Just use the search function or google the password obfuscation function has been posted lots of times.
Oh my *** but what is this?
LOOOOL SO MUCH RANDOMNESS BUT ITS STILL WORKING HOW COULD THAT BEEE?
|
|
|
08/08/2013, 15:20
|
#5
|
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
|
Uuh ! Thanks man !
Code:
std::string Encoding::Password(std::string password)
{
const unsigned char secondtable[] = { 0x2E, 0x2A, 0x17, 0x4F, 0x20, 0x24, 0x47, 0x11, 0x5B, 0x37, 0x53,
0x43, 0x15, 0x34, 0x45, 0x25, 0x4B, 0x1D, 0x2F, 0x58, 0x2B, 0x32, 0x63 };
std::string hex, temp;
std::stringstream ss;
int pos = this->RandomNumber(0, 23);
char low, high;
for(unsigned int i = 0; i < password.length(); i++)
ss << std::uppercase << std::hex << (int)password[i];
temp += ss.str();
ss.str("");
ss << std::uppercase << std::hex << (int)secondtable[this->RandomNumber(0, 23)];
for(unsigned int i = 0; i < temp.length(); i += 2)
{
high = secondtable[pos] & 0xF;
low = (secondtable[pos] & 0xF0) >> 4;
ss << std::uppercase << std::hex << (int)low;
ss << std::uppercase << temp[i];
ss << std::uppercase << std::hex << (int)high;
ss << std::uppercase << temp[i + 1];
pos == 22 ? pos = 0 : pos++;
}
return ss.str();
}
i used this and work perfectly ! double thanks
ATTENTION: ernilos present " the futility of the day "
|
|
|
08/08/2013, 16:47
|
#6
|
elite*gold: 20
Join Date: Jan 2012
Posts: 766
Received Thanks: 645
|
I never seen the function well, i only posted who the people says to me, but ok. U have reason nathan, u are happy? Go to celebrate it Hahahah
|
|
|
08/08/2013, 16:52
|
#7
|
elite*gold: 4
Join Date: Aug 2008
Posts: 6,783
Received Thanks: 4,992
|
Quote:
Originally Posted by ernilos
I never seen the function well, i only posted who the people says to me, but ok. U have reason nathan, u are happy? Go to celebrate it Hahahah
|
Learn english please.
|
|
|
08/08/2013, 16:59
|
#8
|
elite*gold: 0
Join Date: Aug 2013
Posts: 154
Received Thanks: 166
|
Nathan ignore !
He don't know what said..
 ahah..
ATTENTION: ernilos u don't like our projects, u hate nathan, trollface etc..
But.. Why u use our cryptography for SoE ? eheh
u are a genius, no ? reverse the client and write your functions..
nha nha nha !! u can just say bullshit :3
|
|
|
08/08/2013, 18:28
|
#9
|
elite*gold: 20
Join Date: Jan 2012
Posts: 766
Received Thanks: 645
|
Quote:
Originally Posted by Sm•ke
Nathan ignore !
He don't know what said..
 ahah..
ATTENTION: ernilos u don't like our projects, u hate nathan, trollface etc..
But.. Why u use our cryptography for SoE ? eheh
u are a genius, no ? reverse the client and write your functions..
nha nha nha !! u can just say bullshit :3
|
U are the first h4x00r here ****, dont suck xd.
|
|
|
 |
Similar Threads
|
Blackrouge Login server Connection
01/08/2012 - SRO Private Server - 25 Replies
So iv been trying to get the br files working for like a day now. iv fixed all the visible errors (regions,events,procedures,schedules,etc) and still i get c7
List of things i tried
-cert what came with the release
-vsro cert
-chcert
-changing shard services
-changing locals(content id) (22,38,37)
-changing connection types(hamachi,local,sub-domain)
|
Connection Lost, Failed to Login: Bad login
09/07/2011 - Minecraft - 10 Replies
Howdy,
Ich habe in letzter immer wieder das Problem dass ich mich nicht auf dem Server einloggen kann auf dem ich derzeit spiele.
Manchmal gehts, manchmal gehts wieder wenn ich ein wenig warte.
Falls es nicht geht bekomme ich die Meldung:
"
Connection Lost
Failed to login: Bad login
"
Jemand ne Ahnung woran das liegen könnte?
|
[HELP]Connection BTW Login And GameServer
04/04/2011 - SRO Coding Corner - 6 Replies
hello ok so like you know from my past post i fix with kevin help the packet error thank your kevin ;)
but now after i changed part of importent gameserver and full loginserver
packet i try to login the game loginserver start and i get the silkroad client to work
now when i enter id and pw nothing happan no error's in console
can somebody explain me what packet make this problem?:)
|
Login Error Connection to Auth (Timeout)
09/28/2010 - S4 League - 1 Replies
I tried logging into m account and each time its get stuck on Connecting
then it goes to Connection to Auth (Timeout)
Can anyone explain what this is?
|
All times are GMT +1. The time now is 06:52.
|
|