LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 06-29-2015, 02:12 AM   #1
Klaipedaville
Member
 
Registered: Mar 2013
Posts: 110

Rep: Reputation: Disabled
UTF-8 characters Read Covert Decode


Hello there!

Would highly appreciate it if someone could advise on how to read the following:

Subject: =?UTF-8?B?UHVpa3VzIHBhc2nFq2x5bWFzIEp1bXMhISE=?=

The line above is clearly encoded with UTF-8. Are there any simple tables or something to decode it? For example UHV = p, pa3 = k, c2nF = z and so on. Then knowing the "code" it will be possible to apply it and read the line above. The line above is actual and it has a meaning / sentence inside.

Many thanks for any input / suggestions at all in advance!

P.S. I tried this one but it does not seem to match any characters in my line above http://www.utf8-chartable.de/unicode...codeinhtml=hex
 
Old 06-29-2015, 02:20 AM   #2
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Where did you got it? Perhaps part of it base64 encoded. There are many variants.
 
Old 06-29-2015, 02:39 AM   #3
Klaipedaville
Member
 
Registered: Mar 2013
Posts: 110

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by veerain View Post
Where did you got it?
- It's the actual subject input as stated in my question.

Quote:
Perhaps part of it base64 encoded. There are many variants.
- I know there are variants, everybody knows that I guess. I was asking if there are any specific ideas how to decode this particular line?

Last edited by Klaipedaville; 06-29-2015 at 02:40 AM.
 
Old 06-29-2015, 03:04 AM   #4
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,860
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
@OP: Are you using some programming language? If so, please name it.
 
Old 06-29-2015, 03:31 AM   #5
firstfire
Member
 
Registered: Mar 2006
Location: Ekaterinburg, Russia
Distribution: Debian, Ubuntu
Posts: 709

Rep: Reputation: 428Reputation: 428Reputation: 428Reputation: 428Reputation: 428
Hi.

Look here.

Letter B tells that it is a base-64 encoded string:
Code:
$ echo '=?UTF-8?B?UHVpa3VzIHBhc2nFq2x5bWFzIEp1bXMhISE=?=' | sed 's/.*B?//' | base64-decode 
Puikus pasilymas Jums!!!
 
Old 06-29-2015, 04:05 AM   #6
Klaipedaville
Member
 
Registered: Mar 2013
Posts: 110

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by firstfire View Post
Hi.

Look here.

Letter B tells that it is a base-64 encoded string:
Code:
$ echo '=?UTF-8?B?UHVpa3VzIHBhc2nFq2x5bWFzIEp1bXMhISE=?=' | sed 's/.*B?//' | base64-decode 
Puikus pasilymas Jums!!!
Thank you so much, firstfire! Perfect! I think I'll manage it on my own now and build further on it. :-) Пламенный привет городу-герою Екатеринбургу!

Last edited by Klaipedaville; 06-29-2015 at 04:14 AM.
 
Old 06-29-2015, 07:30 PM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
looks like a cool python exercise.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gimp text and utf characters dokkalf Slackware 2 09-14-2014 10:18 PM
[SOLVED] How do I write special characters in UTF-8? LAPIII Linux - Newbie 2 09-08-2011 02:42 AM
[SOLVED] PHP not displaying utf-8 characters from mysql goossen Linux - Software 1 02-08-2011 07:32 AM
[SOLVED] MySQL, UTF-8 and accented characters Tinkster Linux - Software 15 02-03-2010 10:45 AM
How to input non-utf characters from utf-8 linux enviroment? jadas Linux - General 6 02-07-2009 03:20 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 02:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration