Skip to content

thegrahamking/security-code-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET/C# Security Code Examples

A collection of cryptographic and security related implementation examples in C#/.NET development.

Examples are implemented using at least one of (if not more) of the following:

  • .NET Framework
  • .NET
  • BouncyCastle
  • BouncyCastle FIPS

A collection of cryptographic and security related implementation examples in C#/.NET development.

Usage

Each example is implemented in LINQPad for easy execution as well as inclusion of appropriate references and namespaces.

Disclaimer

IMPORTANT: These examples are provided for educational and reference purposes only. The author bears no responsibility for how these examples are used. Anyone implementing these examples in production systems must:

  • Perform appropriate security validation and testing
  • Ensure compliance with applicable security standards and regulations
  • Conduct thorough code reviews and security assessments
  • Validate the suitability of the implementation for their specific use case

Use at your own risk.

License

See LICENSE.md for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages