The Following 6 Users Say Thank You to chrm For This Useful Post: | ||
|
2015-01-07
, 07:28
|
Posts: 133 |
Thanked: 405 times |
Joined on Mar 2012
@ Europe
|
#2
|
tracker-sparql -q "select nie:plainTextContent(?d) where {?d a nmo:IMMessage}"
The Following User Says Thank You to chrm For This Useful Post: | ||
Tags |
encryption, gnupg, jabber, openpgp, xep-0027 |
|
First of all: Happy new year!
Im working on a Harmattan GUI for GnuPG. The app should able to encrypt/decrypt text and files, import keys and so on.
It will also decrypt OpenPGP-Enrypted emails. To find such mail is easy - one can search the ~/.qmf/ directory for encrypted mails or open the SQLite-DB also in this directory.
It would be also very nice to show enrypted XMPP-Messages (Jabber, Google-Talk, ...) - and this is my problem.
If I send an OpenPGP encrypted message from Androids "Conversations" to N9, N9's messanger shows only this output:
"This is an XEP-0027 encrypted message".
No encrypted content is visible, just this message.
Do you know, where all the text messages are stored? I need to found and decrypt them.
Thank you for any hint!
Christoph