On the encryption of Https Transmission data

the encryption of https data is encrypted in the ssl layer between the application layer and the tcp layer, so the data sent by the browser can be seen through F12. Is this part of the data not encrypted, such as password, mobile phone number, mailbox, etc.

Apr.17,2021

is only encrypted during transmission. Try using the packet grabbing tool to see if you can see the content.
https is mainly to prevent man-in-the-middle attacks (session hijacking) and content capture packets.


HTTPS prevents packet grabbing, not from being viewed by F12 console, because front-end encryption is meaningless, front-end code is directly exposed, and encryption and decryption formulas can be seen

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a886-2c22c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a886-2c22c.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?