Jump to content

SHA1 Crypt Variable?


Recommended Posts

Posted

Sorry for my bad English.

I got the AuthSocket.cpp already viewed 1 hours.

But unfortunately only had the range found by the password is checked.

Can one of you to say which variable has the password?

The variable should be as normal SHA1 have no password.

Below, I have only:

if (! memcmp (M. AsByteArray (), lp.M1, 20))

found.

What meaning is the same password database> client.

Thanks in advance!

I translated the Text with a Translator, also Sorry ^^

Posted

hmm

My English ^^:

I mean, the Variable, where the password is in...

Also, for Username is it:

_safelogin.c_str() < Variable

and

_login.c_str() < Variable

==

(const char*)ch->I;

What is the Variable for Password?

Posted

Yes.

hash (sha(name : password)) is never sent by the client

The Client send the Passwort without SHA.

But what is the Variable for the Password (Blank (Without SHA1)).

Posted

LoL

The Server check the both passwords.

If the Client Password == The Server Password than login true.

Else false.

Or why i must in Client "Account Name" and "Account Password".

When the Password dont check, i mustnt it print, äh eingabe...

Posted

did you read what arrai said above?

do you know what SHA1 is?

do you know what SRP-6 is?

Try clicking the link arrai posted, it will explain SRP-6.

the client does NOT send the password to the server, it would be far to insecure. That is why SHA1 and SRP-6 are used.

Posted

Yes, Sorry, i cant so good English.

Now i know, what you mean.

Now i know, why the Server cant create a Account by Login ^^

Before your Post, i dont understand, why i cant create a Account by Login ^^

Thanks.

Can *CLOSED*

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use