Skip to main content
Tag

random number

All blogs tagged with random number

2
Articles
4,465
Total Views

Showing 2 of 2 articles

28
Apr
2026
CWE-330: Generating Cryptographically Secure Random Values in ASP.NET Core
38 views

This blog post delves into the critical topic of generating cryptographically secure random values in ASP.NET Core, addressing the vulnerabilities and risks associated with inadequate randomness. Understanding this concept is essential for developers working with security-sensitive applications, as it impacts secure token creation, password generation, and more. Familiarity with the basics of cryptography and ASP.NET Core is beneficial but not strictly required.

Translate Page