簡化了使用者的金鑰擴展演算法選擇

10月 23, 2024
PowerSNMP for .NET 8.0 向使用者物件添加一個新屬性,從而在使用具有較弱認證演算法的 AES192 時提供了靈活性。

繼續用英語閱讀:

PowerSNMP for .NET is a comprehensive .NET library that provides a robust interface for interacting with SNMP (Simple Network Management Protocol) devices. It offers a wide range of functionalities, including managing SNMP agents, retrieving and setting MIB (Management Information Base) variables, trapping, and configuring SNMP security mechanisms. By leveraging PowerSNMP for .NET, developers can efficiently integrate SNMP capabilities into their .NET applications, enabling them to monitor and control network devices effectively.

The PowerSNMP for .NET 8.0 release adds the AesKeyExpansionAlgorithm property to the User object, enabling the selection of a key expansion algorithm for each user when using AES192 or AES256 encryption with less secure authentication algorithms like SHA-1 or MD5. When processing incoming messages, the chosen algorithm will be prioritized, and if it fails, a fallback to the secondary algorithm will occur. Should both attempts be unsuccessful, an exception will be raised. This enhancement provides greater control and flexibility in managing encryption security on a per-user basis.

To see a full list of what's new in 8.0.0.0, see our release notes.

PowerSNMP for .NET is licensed per developer and is available as a perpetual license with 12 months subscription (product updates and priority email support). See our PowerSNMP for .NET licensing page for full details.

Learn more on our PowerSNMP for .NET product page.