简体   繁体   中英

Do I need to encrypt data when exchanging information via SSL?

I'm creating a service where I have the data encrypted in my database, but need to send it to an application (via API requests). My question is: do I need to send the data encrypted throughout the connection (using OpenSSL private and public keys) or does SSL do all that stuff? So can I keep the data safe when interacting with applications and sending the data as it is (non-encrypted)?

Can someone provide more information about it?

Thanks.

SSL encrypts all the payload so you do not need to encrypt your data within SSL. It will be decrypted at the other end of the network.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM