SnmpSharpNet icon indicating copy to clipboard operation
SnmpSharpNet copied to clipboard

Support for AuthenticationDigests SHA-256 and SHA-512

Open Spy-Shifty opened this issue 4 years ago • 1 comments

It would be nice if the SHA-256 and SHA-512 AuthenticationDigests were supported for authentication.

Spy-Shifty avatar Apr 22 '21 12:04 Spy-Shifty

You can easily write your own IAuthenticationDigest derived classes to fill the gaps. .NET has System.Security.Cryptography.HMACSHA256 and System.Security.Cryptography.HMACSHA512 for you.

lextm avatar Aug 02 '22 04:08 lextm