snmp_usm

Crates.iosnmp_usm
lib.rssnmp_usm
version0.2.1
sourcesrc
created_at2020-07-19 17:37:35.092741
updated_at2023-03-16 01:02:22.113581
descriptionImplementation of the User-based Security Model (USM) for Simple Network Management Protocol (SNMP) version 3.
homepage
repositoryhttps://github.com/davedufresne/modern_snmp
max_upload_size
id266938
size113,890
David Dufresne (davedufresne)

documentation

README

Implementation of the User-based Security Model (USM) for SNMPv3

SNMP USM provides SNMP message level security according to RFC 3414 and RFC 3826. It implements primitives that can be used by a security subsystem.

Implemented features of USM:

  • HMAC-MD5-96 Authentication Protocol
  • HMAC-SHA-96 Authentication Protocol
  • Timeliness verification
  • DES encryption
  • AES encryption

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 30

cargo fmt