Quantropic
-
- 161 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Core abstractions, interfaces, and base types for Quantropic.Security library. Provides foundational contracts for security implementations including authentication, cryptography, and SRP protocols. -
- 154 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Cryptographic utility library for .NET providing BigInteger extensions, URL-safe Base64 encoding, and SRP (Secure Remote Password) protocol helpers. Includes fixed-length big-endian serialization,... More information -
- 153 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Custom exception types for Quantropic.Security library. Provides specialized exceptions for authentication failures, cryptographic errors, SRP protocol violations, and security-related error handling. -
- 151 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Cryptographic configuration constants and options for Quantropic.Security libraries. Provides RFC 5054-compliant SRP parameters (3072-bit prime), AES-GCM settings, and PBKDF2 key derivation options... More information -
- 146 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Cryptographic primitives and utilities for Quantropic.Security. Includes secure hashing, encryption, key derivation functions (KDF), and cryptographic helpers with best practices implementation. -
- 142 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Secure Remote Password (SRP-6a) protocol client implementation. Provides password-based authentication without transmitting passwords over the network. Includes client-side session management and secure... More information -
- 138 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Secure Remote Password (SRP-6a) protocol server implementation. Provides secure password verification and session establishment for authentication servers. Includes password verifier storage and multi-step... More information -
- 133 total downloads
- last updated 3/19/2026
- Latest version: 0.2.0-beta.1 (prerelease)
Windows-specific security features for Quantropic.Security. Provides integration with Windows Credential Manager, DPAPI (Data Protection API), Windows Hello, and other platform-specific security mechanisms. -
- 98 total downloads
- last updated 3/11/2026
- Latest version: 1.0.0
Quantropic.Toolkit is a set of functional primitives for C#: Result Monad for type-safe handling of operations and errors, Maybe for safe handling of optional values, and a validator based on Guard Clauses. The... More information