Open Closed

Encrypt login password while login, to secure the password while transit. #6699


User avatar
0
Anjaneyulu created
  • ABP Framework version: v7.0.0
  • UI Type:MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • Create an application, try to login to application and check login request params in the inspect, password is visible.

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    This is not a problem if your website is HTTPS.

    https://https.cio.gov/faq/

  • User Avatar
    0
    Anjaneyulu created

    Still is there anyway we can encrypt ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Yes, You can add a js library to encrypt your password on the js side. eg SHA, RSA then decrypt it in backend using same algorithm

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11