I am looking to send credit card information from my iOS app to my server. What is the best way to get this done securely?
Information would include: Name, Credit Card Number, Expiration Date, and the CVV.
Would a base64 string be good enough? or should I use some sort of encryption. If so how do i go about setting that up?