Jump to content

Password encryption


dimitris

Recommended Posts

Hello ! As I m making my own ACARS application I have come across to a strange problem. According to the RegistrationData.class.php file the password is md5 encrypted. when looking inside the db I saw this string:

4979ee3f58f9e6dbe3736952470153e6

which is 1234 converted from PHPVMS

but the actual Md5 hash for the 1234 is:

81dc9bdb52d04dc20036dbd8313ed055

Can someone tell me what really happen here ? I can login with 1234 from inside the PHPVMS but my acars returns me an Invalid Log In Details error.

Note1: ACARS written in VB.NET VS2010

Note2: MD5 Encryption working in my VB.NET

Link to comment
Share on other sites

  • Moderators

Hey Dimitris,

I see what you mean, You need a MD5 Password Type for the login, like for exmaple. If I log in with the same password, connect to phpVMS then the password is converted into the same hash as in the phpVMS DB.

I hope that clears up. I'm making my own ACARS too, been slow for a while.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...