What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » A classic: lost .ple password.

A classic: lost .ple password.
Author: Message:
ItsLost
New Member
*


Posts: 6
Joined: May 2007
O.P. RE: RE: RE: A classic: lost .ple password.
Thanks for the explanation, although it's bad news ;-).

I'm totally not into encrypting. My idea/hope came from the 'analogy' of the key and the keyhole. The password is used to 'unlock(decipher)' the file like a key is used to unlock the lock. Looking at the keyhole gives some idea about the key as well.

Then, another strategy.

If I limited the amount of characters for the password to let's say 10, and taking into account 2*26 + 10 possible characters, I end up with 8.53E+17 possible combinations. Take that in combination with a tool like:

Indicates whether the password is valid for specified encrypted file in archive.



[C#]
public bool IsFilePasswordValid(string fileName, string password);



[VB.NET]

Public Function IsFilePasswordValid(ByVal fileName As String, ByVal password As String) As Boolean



Description



Use IsFilePasswordValid to determine whether the password is valid for specified file in archive.



The fileName parameter specifies file name being tested.

The password parameter is a password to check.


(found on http://www.componentace.com/help/fxc_guide/isfilepasswordvalid.htm)

Would a modern pc be up to that job, taking into account the password is only verified in that mini-log, as you described it?
quote:
Originally posted by CookieRevised
I think you're confusing things though.


What is being compared is a special string, not a password! The string is like an encrypted mini-log and is decrypted using the password you provide to check if the password is correct. This is done so the entire, often very big, real log doesn't need to be decrypted in order to see if the password is correct or not.

Only if this mini-log is properly decrypted Plus! will start to decrypt the real log. If that mini-log isn't properly decrypted you get the error that the password was incorrect.

The 'length' talked about in that thread is the length of this mini-log, not the length of the password. In that thread this "mini-log" is called "encrypted password check string".

The password, nor any clues about it, aren't stored anywhere.

Moreover, another thought. Any new chat log is encrypted using the same password, without having to provide that password every time. That means Plus! is keeping it somewhere?
05-23-2007 10:36 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
A classic: lost .ple password. - by ItsLost on 05-23-2007 at 07:20 AM
RE: A classic: lost .ple password. - by MattyRid on 05-23-2007 at 07:23 AM
RE: A classic: lost .ple password. - by Ezra on 05-23-2007 at 08:24 AM
RE: A classic: lost .ple password. - by ItsLost on 05-23-2007 at 08:37 AM
RE: A classic: lost .ple password. - by Ezra on 05-23-2007 at 09:23 AM
RE: A classic: lost .ple password. - by CookieRevised on 05-23-2007 at 09:29 AM
RE: A classic: lost .ple password. - by ItsLost on 05-23-2007 at 09:34 AM
RE: RE: A classic: lost .ple password. - by CookieRevised on 05-23-2007 at 09:41 AM
RE: A classic: lost .ple password. - by Ezra on 05-23-2007 at 09:36 AM
RE: RE: RE: A classic: lost .ple password. - by ItsLost on 05-23-2007 at 10:36 AM
RE: RE: RE: RE: A classic: lost .ple password. - by CookieRevised on 05-23-2007 at 06:36 PM
RE: A classic: lost .ple password. - by MeEtc on 05-23-2007 at 11:45 AM
RE: A classic: lost .ple password. - by ItsLost on 05-23-2007 at 11:49 AM
RE: A classic: lost .ple password. - by joey on 05-23-2007 at 11:50 AM
RE: RE: A classic: lost .ple password. - by ItsLost on 05-23-2007 at 11:52 AM
RE: A classic: lost .ple password. - by foaly on 05-23-2007 at 03:29 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