Hi everybody,

i found a little problem in snmpsend, everthink works find just very slow
one snmp request takes 70 ms, that sound not much, but i checked it with 
wireshark
and the agent need to answer 1 ms

i found out that in synacode in the function MD5LongHash
the line
MDUpdate(MDContext, Value, @MD5Transform);
will be executed 131072 times with the password testtest
and this consumes all the time

do someone know a better solution to calculate the MD5LongHash ?

or is it possible to save the result from pass2key and use it on the 
next request of the same device ?

thanks in advance
peter

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to