关于Gentian - Encrypted SMS
来 Google Play 网购吧!购买内容之后,立刻就可以在您的 Android 手机或平板电脑上享用,摆脱一切同步烦恼。
Encrypted SMS communication
WARNING: This is experimental software. Use it at your own risk.
Users must exchange their public keys (export identity: using QR code or URL) before communication.
Uses RSA and EC public key cryptography to initialize communication between two parties. After initialization, cascade cipher (Serpent, AES, Twofish) is used to encrypt messages. ECDH derived keys are used to enable forward secrecy.
Each user sends 4 SMS to initialize session keys. Next messages are approximatelly twice the size of plaintext (random padding). Each message is split in up to 9 SMS.
Source code is available at https://github.com/mihapirnat/gentiandroid - please help test and improve this product.
Uses SpongyCastle, ZXing.
最新版本0.5.8的更新日志
- urgent SecureRandom PRNG fix
details: http://android-developers.blogspot.com.au/2013/08/some-securerandom-thoughts.html
USERS ARE STRONGLY ADVISED TO DELETE AND CREATE NEW CONFIG AND KEYS. THAT MEANS YOU NEED TO ADD ALL YOUR CONTACTS AGAIN.
- experimental tor messenger support added
0.5.6: ignore sms that are not base91 encoded, fix crash trying to base91-decode sms not sent by this app
0.5.5: gui fixes