bboyairwreck / PieMessage

This is project allows Android clients to communicate using iMessage
1.04k stars 166 forks source link

Encryption #18

Open adradr opened 8 years ago

adradr commented 8 years ago

Hey eric!

I am parsing your sources but cannot find any implementation for encryption between the JWS and AndroidClient. Are there any future plans for implementing such?

bboyairwreck commented 8 years ago

Hey @adradr Great question. You are absolutely right. It is unacceptable that PieMessage just sends a plain JSON text through the socket. I will try my best to maybe include a salted hash. Just note that I am primarily a front end native iOS and App developer. Would love developers who are more security fluency. This is not my expertise. Hence why I chose to open-source this project.

TLDR, yes security should be in everyone priority and PieMessage will be no exception to that.