How to resolve Use of hard-coded cryptographic key vulnerabilities in asp.net application?

Sana, Ramesh 20 Reputation points
2023-07-28T18:09:43.5766667+00:00

How to resolve Use of hard-coded cryptographic key vulnerabilities in asp.net application?

Developer technologies .NET Other
Developer technologies ASP.NET Other
Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-07-29T16:55:53.5233333+00:00

    Don’t hard code keys. The keys should be loaded at runtime from a secure source. Azure key vault is a possible option.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.