Shoutbox

AES encryption - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: AES encryption (/showthread.php?tid=80617)

AES encryption by cheeshin on 01-02-2008 at 04:32 PM

Anyone got the AES standard encryption script?:)


RE: AES encryption by win_crook on 01-02-2008 at 07:54 PM

Theres some here.
All you had to do was google.. ;)

Edit: Sorry, I misunderstood you.. Ignore that :p

But are neither of these two what you want:
http://www.msgpluslive.net/scripts/search/?q=encryption

Or, if nobody has it.. I could probably write one for you depending on what it needs to do.. :)


RE: RE: AES encryption by cheeshin on 01-03-2008 at 06:48 AM

quote:
Originally posted by win_crook
Theres some here.
All you had to do was google.. ;)

Edit: Sorry, I misunderstood you.. Ignore that :p

But are neither of these two what you want:
http://www.msgpluslive.net/scripts/search/?q=encryption

Or, if nobody has it.. I could probably write one for you depending on what it needs to do.. :)

Thanks win_crook very much...
Is java script same with jscript?Why i cannot import the script?It got problem as "The file you tried to load does not appear to be a valid Messenger Plus!Script Pack."
As i already change the extension to .plsc
     
RE: AES encryption by CookieRevised on 01-03-2008 at 11:03 AM

Nope, JavaScript and JScript are very similar but are certainly not the same. If you want to use those AES scripts listed here you need to convert them to JScript in Plus!.

Also, a Plus! Script Pack is not just a script file (it is a zipped file containing script files and/or other files and maps); you can't just rename the file extension from a script file to .plsc to convert it into a script pack.


RE: AES encryption by win_crook on 01-03-2008 at 12:14 PM

Yes sorry cheeshin, I misunderstood your first question. That first link won't do what you want because it's not a Messenger Plus! live script. I thought you were looking for some example code so you could make your own script not an actual script.

But if you want a script, you can tell me what it needs to do and I should be able to write one for you.. ;)


RE: AES encryption by cheeshin on 01-03-2008 at 02:33 PM

hmm...thanks for your reply,CookieRevised.As i still not much undestand about messenger plus! script..got many things still confuse..


actually win_crook, i now thinking of create a script to be implemented in messenger plus!, to perform encryption and decrytion function for every text we send.
The encryption i prefer using is AES standard(Rijndael).

i plan to using password.Means the receiver must key in the same password as the sender, to enable decrypt the text send by sender, to ensure safe environment.


So, how is your idea?Thanks very much..


RE: AES encryption by win_crook on 01-03-2008 at 03:04 PM

I can make this script for you, but I'm a little busy at the moment. I might be able to do it later today for you. Or you could just take a look at this script while you wait.

That script does exactly what you want, only I'm not sure if it uses AES or not.


RE: AES encryption by cheeshin on 01-04-2008 at 04:29 AM

ok!thanks very much...it realy help me a lot..looking for your script ..:D:D


I got try the script you give to me.I can import the script.But when i type /crypt <text> ,/autocrypt ON  or /cryptpassword, it got problem as"The command you enter was not recognised".Why is like that?