pR0Ps | 11 years ago | on: SMSSecure – SMS Encryption for Android
pR0Ps's comments
pR0Ps | 11 years ago | on: SMSSecure – SMS Encryption for Android
If both users have SMSSecure, they can exchange keys and upgrade to an encrypted session.
Also, there's some amount of autodetection going on. SMSSecure will automatically prompt the user to start a secure session if it detects the recipient is also using SMSSecure.
But yes, if a user tries to start a secure session with someone who doesn't have SMSSecure installed, the recipient will just see a bunch of garbage (limitation of the transport).
pR0Ps | 11 years ago | on: SMSSecure – SMS Encryption for Android
pR0Ps | 11 years ago | on: SMSSecure – SMS Encryption for Android
pR0Ps | 11 years ago | on: SMSSecure – SMS Encryption for Android
To be clear, this project isn't endorsed in any way by Open Whisper Systems. We forked their codebase pre-v2.7.0 and are integrating upstream commits, but that's it.
The idea isn't to compete with TextSecure, it's to provide the encrypted SMS functionality TextSecure used to (with all it's compromises and drawbacks) for people that push-based messaging isn't an option for.
pR0Ps | 12 years ago | on: Show HN: GitHub Release Watch
The detection was actually inherited from TextSecure and works by "tagging" shorter messages with some detectable whitespace after the message contents. A bit of a hack, but it's a limitation of the transport.
Relevant commit: https://github.com/SMSSecure/SMSSecure/commit/93d94f2b7a9fd6...