|
|
#2 (permalink) |
![]() |
http://www.opinionatedgeek.com/dotne...e/Default.aspx
I found that by googling Base64 decode. Maybe it is a start?
__________________
Easy things should be easy, and hard things should be possible. -- Larry Wall, Creator of PERL |
|
|
|
|
#3 (permalink) |
![]() |
This might help.
Code:
=?<charset>?<encoding>?<data>?<possibly repeated>?=
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool |
|
|
|
|
#5 (permalink) |
![]() Join Date: Aug 2007
URLs submitted: 171
Posts: 4,802
![]() |
I have no intention of digging into this as concurrent project #35, but that being said, if you're messing with CSV files, you're likely using Excel or importing into a database. You can write some code for either one of those to decode (translate) the data and stuff it into another field. That will give you the raw data and the info you're looking for. If its a big puppy, I'd go for the database method to keep Excel from barfing on you.
__________________
This space reserved for profound thought.....which does happen on occasion." |
|
|
|
|
#6 (permalink) |
![]() |
I build a small application.
But i don't know how well it works. In my cases it works. but your string looks to be encoded with some strange characters. My sample: Code:
=?iso-8859-1?B?RvZyZnLlZ2FuIGZy5W4gUEFSIEFkcmVzc3JlZ2lzdHJldDsg?= Run it and enter the information from between the last two ?. Ex from my line it is "RvZyZnLlZ2FuIGZy5W4gUEFSIEFkcmVzc3JlZ2lzdHJld Dsg" enter.PNG Now it should decode the subject. dec.PNG If you get something that you understand out of your line i should be able to script something that decodes the string and then replaces the encrypted string in the csv report.
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool Last edited by WebFooL; 03-09-2010 at 05:58 AM.. |
|
|
|
|
#8 (permalink) |
![]() |
Right now my train is in the middle of the woods and my laptop batterie is dead
![]() But i will see if i can't find a way to convert it to UTF-8 in that case it will work.
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool |
|
|
|
|
#9 (permalink) |
|
Newbie
Join Date: Jan 2010
Posts: 12
![]() |
I need this decoding - because I am testing Untangle SpamBlocker and default settings of score does not suit me - many non-spam messages are marked with SPAM.
I'd like to analyze logs and find desired value. Except "from" and "to" headers I have to know subjects. Thank for your help! |
|
|
|
|
#10 (permalink) |
![]() |
Dose this look better?
Code:
0sXNz87UIM7BIMTB3sUgySDXIMvXwdLUydLF = ремонт на даче и в квартире = renovation of rooms and dache
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool Last edited by WebFooL; 03-09-2010 at 01:48 PM.. |
|
|
![]() |
| Thread Tools | |
|
|