My application must interact with the API, we can easily do this in order to send and receive data.
Now we send everything as plain text as a parameter of the URL.
I'm by no means a security expert, but common sense tells me that the credit card number must be encrypted during the transfer.
The server may worry about storage, my only problem is the actual data transfer.
From my reading, I promise that I need a private key encryption algorithm, since it must be canceled by the server to receive the actual data.
Is it already well implemented in CommonCrypto?
What would be your recommendation?
I want to do this using iOS, and Iโm sure that the security framework has tools for this task, I just donโt know where to look or what to look for.
Thanks!
Zebs source share