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?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,518 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,358 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,465 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 59,021 Reputation points
    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