Quantcast
Channel: C# Based Open Source SNMP Library for .NET and Mono
Viewing all articles
Browse latest Browse all 576

Edited Issue: SNMPv3 message encryption and decryption performance Issue. [7248]

$
0
0
The PasswordToKey method in the IAuthenticationProvider implementation classes is called each time when a SNMPv3 message is encrypted or decrypted. All it does is to translate the password and engine Id into a key to be used in the following hash method. <br /><br />The PasswordToKey method is time-consuming. As it's pure functional, the same password and engine Id combination will always produce the same output. It would be good if the result can be cached. Then when the same input is provided again, the cached key can be returned. This would improve the performance of encryption/decryption process dramatically.

Viewing all articles
Browse latest Browse all 576

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>