dotnet-cryptography
Provides comprehensive guidance on modern .NET cryptography, including hashing, symmetric and asymmetric encryption, and post-quantum algorithms.
Install this skill
or
89/100
Security score
The dotnet-cryptography skill was audited on Mar 2, 2026 and we found 11 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 250
Base64 decode operation
SourceSKILL.md
| 250 | if (!Convert.TryFromBase64String(stored, decoded, out int bytesWritten) |
low line 533
External URL reference
SourceSKILL.md
| 533 | - [ASP.NET Core Security](https://learn.microsoft.com/en-us/aspnet/core/security/?view=aspnetcore-10.0) |
low line 534
External URL reference
SourceSKILL.md
| 534 | - [Security in .NET](https://learn.microsoft.com/en-us/dotnet/standard/security/) |
low line 535
External URL reference
SourceSKILL.md
| 535 | - [Secure Coding Guidelines for .NET](https://learn.microsoft.com/en-us/dotnet/standard/security/secure-coding-guidelines) |
low line 536
External URL reference
SourceSKILL.md
| 536 | - [Cryptography Model in .NET](https://learn.microsoft.com/en-us/dotnet/standard/security/cryptography-model) |
low line 537
External URL reference
SourceSKILL.md
| 537 | - [Post-Quantum Cryptography in .NET](https://devblogs.microsoft.com/dotnet/post-quantum-cryptography-in-dotnet/) |
low line 538
External URL reference
SourceSKILL.md
| 538 | - [ASP.NET Core Data Protection](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/introduction?view=aspnetcore-10.0) |
low line 539
External URL reference
SourceSKILL.md
| 539 | - [OWASP Password Storage Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html) |
low line 540
External URL reference
SourceSKILL.md
| 540 | - [NIST FIPS 203 (ML-KEM)](https://csrc.nist.gov/pubs/fips/203/final) |
low line 541
External URL reference
SourceSKILL.md
| 541 | - [NIST FIPS 204 (ML-DSA)](https://csrc.nist.gov/pubs/fips/204/final) |
low line 542
External URL reference
SourceSKILL.md
| 542 | - [NIST FIPS 205 (SLH-DSA)](https://csrc.nist.gov/pubs/fips/205/final) |
Scanned on Mar 2, 2026
View Security Dashboard