cryptography-core
Provides a multiplatform API to build, get and use cryptography primitives.
Core concepts:
CryptographyProvider provides a way to get a specific CryptographyAlgorithm
CryptographyProvider.Default is the auto-configured default provider
CryptographySystem manages global state: default provider, provider registry, and default random
Packages
Link copied to clipboard
Core primitives for creating and accessing CryptographyAlgorithm and CryptographyProvider.
Link copied to clipboard
Link copied to clipboard
APIs for performing different cryptographic operations: encryption/decryption, hashing, signatures, key derivation, key agreement, and key management.