GoldenSMS
GoldenSMS is a J2ME application used to send sms in a secure way to another mobile phone that has the application. The messages are send in a way that is extremely difficult to retrieve the encryption key or decrypt the messages from the ciphertext because the key is changed every time a sms is send. If the key is obtained in some way (ie. having physical access to the mobile phone) only the sms send from that time can be decrypted, all the previous messages are safe because the key renewal process is done in a destructive way, that means that you can't determinate the previous key used and decrypt the previous messages.
Go to topThis aplication needs a mobile phone or sms capable device with:
A small list of devices that support this specifications:
The application uses the following libraries:
Go to topThe encription mechanism used in GoldenSMS is really simple and efficient, it ensures that the sms sent can't be read by anybody but the receivers phone, and it also ensures that if for some reason the secret hash used to encrypt the sms is found by an attacker only the sms sent after that can be decrypted, all the previous sms remain safe.
The following image explains how does the algoritm work:

The sender and the receiver share a secret hash that is used to encrypt and decrypt the SMS, this hash was created when the users decided to use the application to exchange SMS and was generated using one of the available methods:
The shared hash is created from one of the mentioned methods using the SHA-1 hash algoritm and is keeped on the mobile phone with the phone number of the other user.
When a sms is sent, the sms is xored with the secret hash of the previous sms (or the initial hash if this is the first sms) adn the resulting cyphertext is sent to the receiver mobile phone.
The SHA-1 hash of the sms replaces the previous hash for the destination user on the senders mobile phone.
When the user receives a sms the application is started by the PushRegistry and the application uses the secret hash of the previous sms (or the initial hash if this is the first sms) to decrypt the sms using the xor operation.
After sucessfully decrypt the sms, its contents are shown to the user and the SHA-1 hash of the sms replaces the existing hash for the sender on th receivers mobile phone.
You can install GoldenSMS in the following ways:
List of planned thing to do in future versions of the application:
Go to top
This aplication is licensed under the terms of the GNU Lesser General Public License
For details check the license terms or an explained version.
Go to topYou can contact me at this e-mail: rjlopes at gmail dot com
In case you have any problem using the application, want help, find a bug use the mailing list or the forum available in the support section.
Go to topIf you have any problem using the applcaition you can get help in the project forum or using the mailing list.
If you are sure you found a bug on the application please fill a bug report, please make sure that nobody already submited a bug for the same issue.
Go to top
Go to top