ユーザー向けのキー拡張アルゴリズム選択を簡素化

10月 23, 2024
PowerSNMP for .NET 8.0では、Userオブジェクトに新しいプロパティが追加され、弱い認証アルゴリズムで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.