ejabberd - Comments for "Message Encryption implementation at Ejab server" https://www.ejabberd.im/forum/25309/message-encryption-implementation-ejab-server en HI Nikhil, Did you manage to https://www.ejabberd.im/forum/25309/message-encryption-implementation-ejab-server#comment-67064 <p>HI Nikhil,<br /> Did you manage to solve this?<br /> I'm stuck at a similar situation.<br /> I need "Data Encryption At Rest".<br /> Thanks</p> Wed, 21 Sep 2016 18:46:27 +0000 rsclmumbai comment 67064 at https://www.ejabberd.im you implemented it using https://www.ejabberd.im/forum/25309/message-encryption-implementation-ejab-server#comment-66603 <p>you implemented it using gajim client that means you are encrypting messages at application level (client side) but i need to do it from database server or ejabberd server,but as badlop said above there is no such feature at ejab .<br /> In my case i am using postgres database .</p> Mon, 29 Feb 2016 14:39:06 +0000 Nikhil comment 66603 at https://www.ejabberd.im Hi. I do it using Gajim and https://www.ejabberd.im/forum/25309/message-encryption-implementation-ejab-server#comment-66528 <p>Hi. I do it using Gajim and mysql database. encrypted message insert into mysql and client received decrypted message. client side do encryption and decryption.</p> Sat, 23 Jan 2016 08:35:49 +0000 jaber comment 66528 at https://www.ejabberd.im Thanks Badlop , I have https://www.ejabberd.im/forum/25309/message-encryption-implementation-ejab-server#comment-66492 <p>Thanks Badlop ,</p> <p> I have configured postgres as my external database. But i need to encrypt messages before they goes to database and decrypt before delivering them to client . </p> <p>Suppose if i have encrypted my database ,would ejabberd support it , like we query archive and offline message delivery from spool , will work the way they are supposed to ?<br /> modules ( mod_offline and mod_mam ) work normally as they do or we need anything else to achieve this ?</p> Wed, 06 Jan 2016 10:21:08 +0000 Nikhil comment 66492 at https://www.ejabberd.im There isn't such feature in https://www.ejabberd.im/forum/25309/message-encryption-implementation-ejab-server#comment-66491 <p>There isn't such feature in ejabberd or another module.</p> <p>Notice that you can configure mod_mam and mod_offline to store the messages in an external database. If you find such feature in MySQL or PostgreSQL, maybe you can use it.</p> Tue, 05 Jan 2016 11:58:37 +0000 badlop comment 66491 at https://www.ejabberd.im