How best way to protect a sensitive information for travel in REST services?

Hi guys,

I have a service who i send some sensitive (Password, User informations etc) information from my application to a webserver by REST, and i wish protect this information, but i have a big question, how secure this? My start point is using encryptation with AES + CBC + PCKS7 padding, but i dont know if this is a best solution! Please someone can give me advices?

Replies

Are you already using TLS (that is, HTTPS)?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"