What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [SOLVED]Md5 login system?

[SOLVED]Md5 login system?
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [HELP]Md5 login system?
Just call one of those functions from your code.

For example

var hashedpassw = hex_md5("password");

EDIT: I tested it because that script is JavaScript and not JScript, but it seems to work.

I tested with this:

function OnEvent_Initialize(MessengerStart)
{
  Debug.Trace("   MD5: " + hex_md5("hello_world"));
}

and just added the md5.js file in the same folder as the test script.

This post was edited on 06-27-2006 at 07:54 PM by Ezra.
[Image: 1-0.png]
             
06-27-2006 07:50 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[SOLVED]Md5 login system? - by Lou on 06-27-2006 at 07:13 PM
RE: [HELP]Md5 login system? - by Ezra on 06-27-2006 at 07:36 PM
RE: [HELP]Md5 login system? - by Lou on 06-27-2006 at 07:43 PM
RE: [HELP]Md5 login system? - by L. Coyote on 06-27-2006 at 07:48 PM
RE: [HELP]Md5 login system? - by Ezra on 06-27-2006 at 07:50 PM
RE: [HELP]Md5 login system? - by Lou on 06-27-2006 at 07:52 PM
RE: [HELP]Md5 login system? - by absorbation on 06-27-2006 at 07:54 PM
RE: [HELP]Md5 login system? - by Lou on 06-27-2006 at 07:55 PM
RE: [HELP]Md5 login system? - by Ezra on 06-27-2006 at 07:59 PM
RE: [HELP]Md5 login system? - by Lou on 06-27-2006 at 08:05 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On