Skip to content

Releases: KoalaFacts/HeroCrypt

Release v0.3.0

28 Jan 03:08

Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0


Installation

dotnet add package HeroCrypt --version 0.3.0

Package Details

  • NuGet: HeroCrypt v0.3.0
  • Frameworks: netstandard2.0, net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (netstandard2.0, net8.0)

Security & Compliance

  • RFC 9106 (Argon2): Fully compliant
  • RFC 7693 (Blake2b): Fully compliant
  • RFC 8439 (ChaCha20-Poly1305): Fully compliant
  • RFC 7748 (Curve25519): Fully compliant

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v0.2.0

22 Jan 13:09

Choose a tag to compare

What's Changed

  • ci(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #44
  • ci(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #48

Full Changelog: v0.1.2...v0.2.0


Installation

dotnet add package HeroCrypt --version 0.2.0

Package Details

  • NuGet: HeroCrypt v0.2.0
  • Frameworks: netstandard2.0, net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (netstandard2.0, net8.0)

Security & Compliance

  • RFC 9106 (Argon2): Fully compliant
  • RFC 7693 (Blake2b): Fully compliant
  • RFC 8439 (ChaCha20-Poly1305): Fully compliant
  • RFC 7748 (Curve25519): Fully compliant

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v0.1.2

14 Jan 03:34

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2


Installation

dotnet add package HeroCrypt --version 0.1.2

Package Details

  • NuGet: HeroCrypt v0.1.2
  • Frameworks: netstandard2.0, net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (netstandard2.0, net8.0)

Security & Compliance

  • RFC 9106 (Argon2): Fully compliant
  • RFC 7693 (Blake2b): Fully compliant
  • RFC 8439 (ChaCha20-Poly1305): Fully compliant
  • RFC 7748 (Curve25519): Fully compliant

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v0.1.1

14 Jan 03:11

Choose a tag to compare

What's Changed

  • chore: Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.8 to 9.0.9 by @dependabot[bot] in #10
  • chore: Bump Microsoft.Extensions.Hosting from 9.0.8 to 9.0.9 by @dependabot[bot] in #9
  • ci(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1
  • ci(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #2
  • ci(deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #3
  • chore: Bump Microsoft.Build.Traversal from 4.1.0 to 4.1.82 by @dependabot[bot] in #4
  • ci(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #7
  • Claude/deep code a 011 cu swhi y gr67hky d zn fs lp by @ldsenow in #20
  • chore: Bump xunit.v3 from 3.0.1 to 3.1.0 by @dependabot[bot] in #11
  • chore: Bump xunit.runner.visualstudio from 3.1.4 to 3.1.5 by @dependabot[bot] in #12
  • chore: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 by @dependabot[bot] in #13
  • chore: Bump Microsoft.Extensions.Hosting from 9.0.9 to 9.0.10 by @dependabot[bot] in #15
  • chore: Bump Microsoft.Extensions.DependencyInjection from 9.0.9 to 9.0.10 by @dependabot[bot] in #16
  • chore: Bump Microsoft.Extensions.Logging.Console from 9.0.9 to 9.0.10 by @dependabot[bot] in #17
  • chore: Bump Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 9.0.10 by @dependabot[bot] in #18
  • chore: Bump Microsoft.Extensions.Options.ConfigurationExtensions from 9.0.9 to 9.0.10 by @dependabot[bot] in #19
  • refactor: use GitHub's native Dependabot features, remove custom work… by @ldsenow in #21
  • ci(deps): Bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #22
  • ci(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #23
  • Implement Recommendation System by @ldsenow in #24
  • Plan Next Product Development Features by @ldsenow in #25
  • ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #26
  • ci(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #27
  • Fix Compilation Errors in HeroCrypt Project by @ldsenow in #28
  • claude/session-011CUYgK3gbKbuwzfnbF8W4R by @ldsenow in #29
  • Add Performance Benchmarks to Batch Operations by @ldsenow in #30
  • Implement Parallel RSA Crypto Integration Tests by @ldsenow in #31
  • Implement RSA Encryption with Standard Keys by @ldsenow in #32
  • Analyze Code for New Feature by @ldsenow in #33
  • refactor: remove reference-only implementations and buggy code

BREAKING CHANGE: Removed non-production code for security and clarity

Removed implementations:

  • Post-quantum cryptography (Kyber, Dilithium, SPHINCS+)
  • Protocol implementations (Noise, Signal, OTR, OPAQUE)
  • Zero-knowledge proofs (Groth16, Ring Signatures)
  • Hardware security stubs (PKCS#11, Azure Key Vault, TPM)
  • Buggy hardware acceleration code (FieldArithmetic.cs with buffer overflows) by @ldsenow in #34
  • Resolve Build Configuration Errors by @ldsenow in #35
  • Prepare codebase for production release by @ldsenow in #36
  • Replace placeholder documentation comments by @ldsenow in #37
  • Implement PQC support in .NET 10 by @ldsenow in #40
  • ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #39
  • chore: Bump the minor-and-patch group with 1 update by @dependabot[bot] in #38
  • chore: Bump Microsoft.Extensions.DependencyInjection and 2 others by @dependabot[bot] in #43
  • chore: Bump Microsoft.Extensions.Hosting from 9.0.10 to 10.0.0 by @dependabot[bot] in #42

New Contributors

Full Changelog: https://github.com/KoalaFacts/HeroCrypt/commits/v0.1.1


Installation

dotnet add package HeroCrypt --version 0.1.1

Package Details

  • NuGet: HeroCrypt v0.1.1
  • Frameworks: netstandard2.0, net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (netstandard2.0, net8.0)

Security & Compliance

  • RFC 9106 (Argon2): Fully compliant
  • RFC 7693 (Blake2b): Fully compliant
  • RFC 8439 (ChaCha20-Poly1305): Fully compliant
  • RFC 7748 (Curve25519): Fully compliant

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation

Release v0.1.0

14 Jan 03:01

Choose a tag to compare

What's Changed

  • chore: Bump Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.8 to 9.0.9 by @dependabot[bot] in #10
  • chore: Bump Microsoft.Extensions.Hosting from 9.0.8 to 9.0.9 by @dependabot[bot] in #9
  • ci(deps): Bump actions/checkout from 4 to 5 by @dependabot[bot] in #1
  • ci(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #2
  • ci(deps): Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #3
  • chore: Bump Microsoft.Build.Traversal from 4.1.0 to 4.1.82 by @dependabot[bot] in #4
  • ci(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #7
  • Claude/deep code a 011 cu swhi y gr67hky d zn fs lp by @ldsenow in #20
  • chore: Bump xunit.v3 from 3.0.1 to 3.1.0 by @dependabot[bot] in #11
  • chore: Bump xunit.runner.visualstudio from 3.1.4 to 3.1.5 by @dependabot[bot] in #12
  • chore: Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 by @dependabot[bot] in #13
  • chore: Bump Microsoft.Extensions.Hosting from 9.0.9 to 9.0.10 by @dependabot[bot] in #15
  • chore: Bump Microsoft.Extensions.DependencyInjection from 9.0.9 to 9.0.10 by @dependabot[bot] in #16
  • chore: Bump Microsoft.Extensions.Logging.Console from 9.0.9 to 9.0.10 by @dependabot[bot] in #17
  • chore: Bump Microsoft.Extensions.Logging.Abstractions from 9.0.9 to 9.0.10 by @dependabot[bot] in #18
  • chore: Bump Microsoft.Extensions.Options.ConfigurationExtensions from 9.0.9 to 9.0.10 by @dependabot[bot] in #19
  • refactor: use GitHub's native Dependabot features, remove custom work… by @ldsenow in #21
  • ci(deps): Bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #22
  • ci(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #23
  • Implement Recommendation System by @ldsenow in #24
  • Plan Next Product Development Features by @ldsenow in #25
  • ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #26
  • ci(deps): bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #27
  • Fix Compilation Errors in HeroCrypt Project by @ldsenow in #28
  • claude/session-011CUYgK3gbKbuwzfnbF8W4R by @ldsenow in #29
  • Add Performance Benchmarks to Batch Operations by @ldsenow in #30
  • Implement Parallel RSA Crypto Integration Tests by @ldsenow in #31
  • Implement RSA Encryption with Standard Keys by @ldsenow in #32
  • Analyze Code for New Feature by @ldsenow in #33
  • refactor: remove reference-only implementations and buggy code

BREAKING CHANGE: Removed non-production code for security and clarity

Removed implementations:

  • Post-quantum cryptography (Kyber, Dilithium, SPHINCS+)
  • Protocol implementations (Noise, Signal, OTR, OPAQUE)
  • Zero-knowledge proofs (Groth16, Ring Signatures)
  • Hardware security stubs (PKCS#11, Azure Key Vault, TPM)
  • Buggy hardware acceleration code (FieldArithmetic.cs with buffer overflows) by @ldsenow in #34
  • Resolve Build Configuration Errors by @ldsenow in #35
  • Prepare codebase for production release by @ldsenow in #36
  • Replace placeholder documentation comments by @ldsenow in #37
  • Implement PQC support in .NET 10 by @ldsenow in #40
  • ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #39
  • chore: Bump the minor-and-patch group with 1 update by @dependabot[bot] in #38
  • chore: Bump Microsoft.Extensions.DependencyInjection and 2 others by @dependabot[bot] in #43
  • chore: Bump Microsoft.Extensions.Hosting from 9.0.10 to 10.0.0 by @dependabot[bot] in #42

New Contributors

Full Changelog: https://github.com/KoalaFacts/HeroCrypt/commits/v0.1.0


Installation

dotnet add package HeroCrypt --version 0.1.0

Package Details

  • NuGet: HeroCrypt v0.1.0
  • Frameworks: netstandard2.0, net8.0, net9.0, net10.0
  • Dependencies: Microsoft.Bcl.Memory (netstandard2.0, net8.0)

Security & Compliance

  • RFC 9106 (Argon2): Fully compliant
  • RFC 7693 (Blake2b): Fully compliant
  • RFC 8439 (ChaCha20-Poly1305): Fully compliant
  • RFC 7748 (Curve25519): Fully compliant

SBOMs (Software Bill of Materials)

Per-framework SBOMs included in this release:

  • SPDX 2.2 format (net8.0, net9.0, net10.0)
  • SPDX 3.0 format (net8.0, net9.0, net10.0)

Documentation