Shoutbox

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: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: Encryption (/showthread.php?tid=73506)

Encryption by marie427 on 04-11-2007 at 07:53 AM

Hi

I have searched for this but can't find it anywhere.  I want to encrypt my past conversations.  I follow the steps to where it says choose files for encryption but then the default is to open files with .ple extension - well there aren't any because they aren't encrypted yet!!  And I can't change this extension.  Is this a bug?  Please help!


RE: Encryption by Matti on 04-11-2007 at 09:39 AM

The "Change password" is meant to change the password of already encrypted logs. There is, luckily, a way to do it, but it requires calling the Log Viewer with some extra parameters.

  1. Open up the command prompt by going Start > Run and enter "cmd".
  2. Type:
    code:
    cd "C:\Program Files\Messenger Plus! Live"
    or change the path to your Plus! Live installation directory and press Enter.
  3. Type:
    code:
    "Log Viewer.exe" /Encrypt="C:\Documents and Settings\Someone\My documents\My Chatlogs\mylog.html" /Pwd="secret"
    Here, you have to change the "C:\...\My Chatlogs\mylog.html" to the path where your unencrypted log is located. The /Pwd="..." parameter specifies the password used to encrypt. Optionally, you can add a /Dest="..." parameter to specify the destination of the encrypted log, by default this is the same directory with the same name, except from the extension change. Press Enter when the command is formatted like you want it.
  4. Log Viewer shall now encrypt the .html file and save an .ple file. Try to open the log and see if it works.
  5. Repeat step 3 for all logs you'd like to encrypt.
  6. Close the command prompt.
Tip: To paste from the clipboard in the command prompt, move the cursor with the arrow keys to the desired position, right-click and choose Paste. Ctrl+V doesn't work in the command prompt.
RE: Encryption by marie427 on 04-11-2007 at 10:40 AM

You are a star - it works - thanks so much!