我需要创建一个SMS应用程序来加密消息。 我计划将这些功能添加到应用程序中,
1)Generate key-pairs.
2)Send the public key to other party as a SMS.
3)Encrypt the message using a given publickey.
4)Decrypt the received message using a privatekey.
5)Manage more than one key.
如果有任何图书馆(更喜欢开源)可能有助于这样做,请告诉我。