Shoutbox

how to convert encrypted log files?! :'( - 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: how to convert encrypted log files?! :'( (/showthread.php?tid=84365)

how to convert encrypted log files?! :'( by helgrind on 06-16-2008 at 10:41 PM

I have a "problem" and if anyone knows how to help me, please respond quickly, because I'm desperate.

I used encryption to keep my chat log files safe and I still know the password, that's not the problem.
My problem is, that I would like to decrypt these files, put them into a normal form, one which does not require password every time I want to read those files. I know how to do this for the new files, it's easy, but for the existing ones?! Please tell me there's a way :)

Thanks in advance!


RE: how to convert encrypted log files?! :'( by CookieRevised on 06-17-2008 at 03:25 AM

Did you searched the forum first? This was asked before several times though.

Anyways, you can use Messenger Plus!'s Log Viewer tool (LOG VIEWER.EXE) which exists in your Messenger Plus! installation directory.

This tool can also be used from the command line and can show log files (obviously), but can also re-encrypt and decrypt.

Use the parameter /? on the command line to get some help and see the available commands and uses.

eg:
1) Start > Run > cmd
2) C:\>"log viewer" /?
note the quotes, they are needed because of the space in the file name

--

Of course, doing this log by log takes a long time. And it becomes even more troublesome if you also want to decrypt all the logs in the subdirectories from the log directory.

For this purpose I've created a couple of batch files which automate this process: see "CookieRevised's reply to About uncrypting logs (i've got password!)".

;)


RE: RE: how to convert encrypted log files?! :'( by helgrind on 06-17-2008 at 05:32 PM

quote:
Originally posted by CookieRevised
Did you searched the forum first? This was asked before several times though.

Anyways, you can use Messenger Plus!'s Log Viewer tool (LOG VIEWER.EXE) which exists in your Messenger Plus! installation directory.

This tool can also be used from the command line and can show log files (obviously), but can also re-encrypt and decrypt.

Use the parameter /? on the command line to get some help and see the available commands and uses.

eg:
1) Start > Run > cmd
2) C:\>"log viewer" /?
note the quotes, they are needed because of the space in the file name

--

Of course, doing this log by log takes a long time. And it becomes even more troublesome if you also want to decrypt all the logs in the subdirectories from the log directory.

For this purpose I've created a couple of batch files which automate this process: see "CookieRevised's reply to About uncrypting logs (i've got password!)".

;)

This is great! It helped me a lot! Thank you so much! :)