alexkang / blue-chat

Bluetooth instant messaging app for Android
MIT License
51 stars 26 forks source link

encryption: OTR and TextSecure #5

Open TameOfGroans opened 9 years ago

TameOfGroans commented 9 years ago

https://github.com/n8fr8/gilgamesh/issues/3

Thunderbottom commented 9 years ago

Would love to try that out. Will work on it after I'm done with my exams :)

ghost commented 8 years ago

I was having a look through this code and couldn't exactly point to where the

" [ Message Type, Sender Name Length, ...Body Length**..., Sender ID, Sender Name, Body ] "

bit is. I would like to have a go at encrypting the data as I believe once I have the above the task is much simpler. Sorry if this sounds a bit dense.