k-sone / snmpgo

snmpgo is a golang implementation for SNMP
MIT License
133 stars 46 forks source link

AES 256 encryption #24

Open whoisashok opened 4 years ago

whoisashok commented 4 years ago

Is this library supporting AES 256 encryption? I can see only AES 128.

k-sone commented 4 years ago

This library does not support AES 256. And I have no plans to implement it, because AES 256 encryption of SNMP v3 is not defined in a RFC.