hello,
My project is in Asp.net. VAPT team mentioned a point related to LOGIN page. I have Username and Password textbox on login.
Team said - password is visible when they do inspect element > Network>Payload. Please check attached screenshot.
I am already using encryption, but it is used to save plain text password in encrypted format in database, which is working.
but still password is visible under inspect element section
![](https://www.csharp.com/forums/uploadfile/5d4dcc/07012024155445PM/login-inspect.jpeg)
How to hide or encrypt-decrypt that password ony in inspect element section ?
Thank You