The document summarizes a proposed protocol called SecuredSMS that aims to provide security for SMS messages. It does so in 3 key ways:
1. It uses symmetric encryption with keys shared between users to encrypt SMS content, preventing plaintext interception and modification.
2. It includes authentication mechanisms like timestamps and message authentication codes to protect against impersonation and replay attacks.
3. It allows remote locking and destruction of the SecuredSMS functionality on a device if it is lost or stolen, improving security of stored keys.
The protocol is analyzed to show it can prevent various attacks while avoiding significant overhead to remain practical for SMS use cases. It provides encryption without changing existing cellular network architecture.