hourglass_full Your download should start automatically in a few seconds...

Download redPanda_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (redPanda_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

redPanda is open sourced via https://github.com/redPanda-project/.


Our aim is to develop an instant messenger with the same comfort ascommercial centralized messengers (cf. WhatsApp, FacebookMessenger, etc) but with a secure decentralized infrastructure.


FAQ and answers are located in the wiki http://git.io/vZpQY and forum http://forum.redPamda.im.

What is working for now?
• Chatting with emojicons.
• Sending and receiving images.
• Received status of messages and pictures.
• Enlarged view of images and playing gifs.
• Share and import channels (private keys) with QR-Codes.
• Rename users by long press on name.
• Disable notifications and sounds for individual channels.
• Export and import of private keys and names as backup on SDcard.
• Send images with low priority (these images are only downloadedif connected via WLAN).


For discussions you may visit our subreddit http://www.reddit.com/r/redPandaProject/.


*The System*
Addresses are private keys. You just need such a key to writemessages to a given channel. A channel can be just one person or agroup of people. At this stage of development you share the privatekeys directly. Because of this you have to be careful with keysharing. Once a person got your key he can read all yourmessages.


There is currently also a desktop client for windows and linuxbased on java with basic functionality only.


By installing this app you accept our GPL 3.0 license http://git.io/yqDNAQ.


*Security*
There are no real identities, you can just fake one if you want.The whole system is based on trust with respect to your chatpartners. Also, the delivery of messages will utilize your networkof (trusted) nodes. This system focuses on chatting between knownpeople, whom you can trust. If you want to send emails over asecure peer-to-peer system you should have a look at bitmessage(https://bitmessage.org/).

RedPanda uses currently elliptic curve, AES256 and the brokenand risky ARC4. Elliptic curve is used for signing messages. TheAES256 for crypt and decrypt the messages. ARC4 is only used forpeer to peer communications, so no messages can be read because ofthe broken ARC4.


*Attention*
Currently all clients send crashing and debugging information overthe redPanda-network to the so called 'Main Channel'. We need themto fix bugs fast at this stage of development. We only guaranteethat the latest version is able to receive messages. Nothing isfixed at this moment, everything can change.