简化了用户的密钥扩展算法选择

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.