IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

HashPassword Event

Fired before and after a password is hashed.

Object Oriented Interface

public function fireHashPassword($param);

Procedural Interface

ipworksssnmp_snmptrapmgr_register_callback($res, 8, array($this, 'fireHashPassword'));

Parameter List


'password'
'authalgorithm'
'hash'

Remarks

SNMPv3 passwords are hashed in order to obtain authentication and encryption keys. This is an expensive operation, and in certain situations it may be preferable to store the hashed passwords externally and supply them on demand.

If a hash is required, the event fires with an empty string in the Hash parameter. In this case, you can choose to supply a value for the hash and stop the class from computing the hash.

The event also fires every time a hash is computed. In this case, the Hash parameter contains the value of the computed hash.

AuthAlgorithm contains either 1 for HMAC-MD5-96, 2 for HMAC-SHA-96 or 3 for HMAC-192-SHA-256

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0