One Year of Service
Posts: 26
Threads: 3
Points: 34NSP
https encryption type 01-30-2024, 10:58 AM
#1
Help me understand what encryption is used by HTTPS as opposed to HTTP: symmetric or asymmetric?
•
Posts: 25
Threads: 1
Points: 27NSP
RE: https encryption type 04-06-2024, 08:26 AM
#2
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
•
Two Years of Service
Posts: 53
Threads: 1
Points: 57NSP
RE: https encryption type 05-19-2024, 01:20 AM
#3
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.
•