Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • possible duplicate of HTTP Request in Swift with POST method Commented Mar 24, 2015 at 0:00
  • I know how to pass the string, I just need to encrypt it. Commented Mar 24, 2015 at 0:06
  • Can you add details about what kind of encryption you want? For example, GPG? Commented Mar 24, 2015 at 0:08
  • Why "Public/Private Key system" and not just symmetric encryption such as AES (Advanced Encryption Standard). Or just use SSL/TLS (https) which uses PKI and symmetric encryption. Commented Mar 24, 2015 at 3:31