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:
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
O.P. RE: [HELP]Md5 login system?
quote:
Originally posted by Ezra
Try this JavaScript function

http://pajhome.org.uk/crypt/md5/md5.js
How would I go about using that code? I think it has something to do with these functions but I'm not sure
code:
/*
* These are the functions you'll usually want to call
* They take string arguments and return either hex or base-64 encoded strings
*/function hex_md5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz));}
function b64_md5(s){ return binl2b64(core_md5(str2binl(s), s.length * chrsz));}
function str_md5(s){ return binl2str(core_md5(str2binl(s), s.length * chrsz));}
function hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }
function b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }
function str_hmac_md5(key, data) { return binl2str(core_hmac_md5(key, data)); }

edit: What I mean is, how would I tell my own code to transfer text to md5 afterwards?

This post was edited on 06-27-2006 at 07:49 PM by Lou.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-27-2006 07:43 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