What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Off The Record - IM Encryption - v0.13

Pages: (3): « First « 1 [ 2 ] 3 » Last »
2 votes - 5 average   [Release] Off The Record - IM Encryption - v0.13
Author: Message:
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: [Release] Off The Record - IM Encryption - v0.12
quote:
Originally posted by billyy
Ima try it directly :|

Requires msgplus...
I don't think people without msgplus could actualy read that :|
Or theyd need to know they could change .plsc to .zip and some would need to know how to unzip it...

Scripts can only be used with Messenger Plus! Live installed, unzipping the contents would be of no use to you.  Most people on these forums are aware of that, as this is the Messenger Plus! Live forums ;)
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5217 days, 5 hours, 55 minutes, 31 seconds ago
02-15-2010 10:01 PM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: RE: [Release] Off The Record - IM Encryption - v0.12
quote:
Scripts can only be used with Messenger Plus! Live installed, unzipping the contents would be of no use to you.  Most people on these forums are aware of that, as this is the Messenger Plus! Live forums ;)

Okay i might have misunderstood whut it said in the root of your script... or just forgotten about normal messenger plus... but you just greatly misunderstoon whut i said O_o
Now thats probably just cause of me acting all foreign :/
I meant that you wrote that in your script but people who wouldnt know it was for live only would know that after they had unpacked it or w/e.
Alltough i didn't know normal messenger plus had plugins too :/

This post was edited on 02-15-2010 at 10:40 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-15-2010 10:35 PM
Profile E-Mail PM Find Quote Report
Chrissy
Senior Member
****

Avatar

Posts: 850
Reputation: 5
29 / Male / Flag
Joined: Nov 2009
RE: [Release] Off The Record - IM Encryption - v0.12
If it was released on these forums the chances are they are fully aware it needs to be installed.

There's not program than encrypts messages without it on both sides. As once it's encrypted and sent it needs the same program or another program to decrypt it :)
02-15-2010 10:50 PM
Profile E-Mail PM Web Find Quote Report
XgD
Junior Member
**


Posts: 22
37 / Male / –
Joined: Feb 2003
O.P. RE: RE: [Release] Off The Record - IM Encryption - v0.12
Updated to version 0.13. Better handles key change-over now, and sessions are maintained if the window is closed.

quote:
Originally posted by krissy-afc
If it was released on these forums the chances are they are fully aware it needs to be installed.

There's not program than encrypts messages without it on both sides. As once it's encrypted and sent it needs the same program or another program to decrypt it :)

To clarify:
- It DOES need Messenger Plus
- OTR is an open standard. Any instant messaging app than can connect to MSN and understands OTR will work with this
- The recipient will need this script, or a client supporting OTR at the other end. A list of clients supporting OTR is on the wikipedia page.

XgD
02-16-2010 01:43 AM
Profile E-Mail PM Find Quote Report
billyy
Full Member
***

Avatar

Posts: 103
Reputation: 1
36 / Male / Flag
Joined: Feb 2010
Status: Away
RE: [Release] Off The Record - IM Encryption - v0.13
Well offcourse it needs messenger plus but whats the use of putting that in the root of the script O_O
Ofcourse I understand all this i was just...
Never mind >_<

This post was edited on 02-16-2010 at 01:44 PM by billyy.
I'm new at this, so don't expect me to be usefull any
time soon. But if i behaved you could rep me :P
02-16-2010 01:43 PM
Profile E-Mail PM Find Quote Report
akhiok
New Member
*


Posts: 1
Joined: Aug 2010
RE: [Release] Off The Record - IM Encryption - v0.13
Works great against pidgon for me.  Thanks.  Great to have.

This post was edited on 08-11-2010 at 08:09 AM by akhiok.
08-11-2010 08:09 AM
Profile E-Mail PM Find Quote Report
Enduin
New Member
*


Posts: 7
Joined: Jul 2006
RE: [Release] Off The Record - IM Encryption - v0.13
Thanks, your script works great!

I only had some problems with a contact using Adium. All the messages I received were in the following format:
code:
<FONT FACE="Lucida Grande">lorem ipsum</FONT>


I made a very quick and dirty solution for this in your script:
code:
var plain = aes_cipher.decrypt(data_str, this.receivingAESKey, counter_hi);
//////
if (plain.match("^<FONT") == "<FONT")
{
  plain = plain.substr(27);
  plain = plain.replace("</FONT>", "");
}
//////
return this.theirDSA.trusted() ? OTR_Tag + plain : OTR_Tag_Untrusted + plain;


When this contact changes the font it doesn't work (unless you edit the substring) so a better solution is needed.
11-01-2010 12:41 PM
Profile E-Mail PM Find Quote Report
Henry00
New Member
*


Posts: 5
Joined: Sep 2011
RE: [Release] Off The Record - IM Encryption - v0.13
Hi! My name is Henry from 00laboratories http://www.00laboratories.com/

I really like your work on OTR for messenger plus, but sadly enough I am having some trouble. My partner is a Pidgin user, but has a greater OTR version, I looked at the source code and it's not what i'd call easy to fix for an innocent user lol!

OTR goes correct at first, but after a while things like this happen:

Partner says:
?OTR Error: You transmitted an unreadable encrypted message.

Where the partner gets a message of:

~WARNING! Other client is using version 1 of OTR!

Could you please come back one more time to update it to 0.14? I would really really appreciate it, you are the only one who ever made a script for this in messenger plus!

Greets,
a Fan!
09-22-2011 05:03 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Release] Off The Record - IM Encryption - v0.13
OP hasn't been here in around 15 months so chances are they won't see your message (unless they are still subscribed to the thread). I don't know enough about OTR to be able to help unfortunately.

You can always send them an email here

<Eljay> "Problems encountered: shit blew up" :zippy:
09-22-2011 08:59 PM
Profile PM Find Quote Report
Henry00
New Member
*


Posts: 5
Joined: Sep 2011
RE: [Release] Off The Record - IM Encryption - v0.13
Thanks for the reply, to be honest I send him an email and copy pasted the text into the thread, hoping he would see me.. If all fails I can try building a global use DLL which messenger plus can react with as well, but seeing how advanced both "bob" and "alice" are I hoped to skip that for now.
09-23-2011 10:55 AM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


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