GostCryptography is .NET driver for ViPNet CSP and CryptoPro CSP. Provides abstractions for working with russian national cryptographic algorithms (GOST).
-
Hash-based Message Authentication Code (HMAC) based on the GOST 28147
-
Asymmetric algorithm with an ephemeral key based on the GOST R 34.10
-
Hash-based Message Authentication Code (HMAC) based on the GOST R 34.11
-
Asymmetric key exchange deformatter based on the GOST R 34.10
// ViPNet CSP (by default)
GostCryptoConfig.ProviderType = ProviderTypes.VipNet;
// CryptoPro CSP
GostCryptoConfig.ProviderType = ProviderTypes.CryptoPro;