Sinisterly
https encryption type - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Computers (https://sinister.li/Forum-Computers)
+--- Forum: Networking (https://sinister.li/Forum-Networking)
+--- Thread: https encryption type (/Thread-https-encryption-type)



https encryption type - r00f3rr - 01-30-2024

Help me understand what encryption is used by HTTPS as opposed to HTTP: symmetric or asymmetric?


RE: https encryption type - rickmother - 04-06-2024

http is not secure so any one in the network can hear the trafic in paintext well where https it's encrypted you can say it depends on the ssl cert where you can see the type of the encryption and it's asymmetric i believe
cause it's more secure


RE: https encryption type - hexexom - 05-19-2024

HTTPS uses SSL/TLS encryption, and employs both symmetric and asymmetric encryption. Asymmetric encryption while establishing a session, then symmetric encryption is used within the secured session for data transmission.