Re: Password multibple duplicated string problem

2015-02-11 Thread Bill Fenner
This is how the password -> Ku algorithm works: it repeats the password until it has 1 megabyte of data, then runs the hash algorithm over that data. See https://tools.ietf.org/html/rfc2574#page-78 . Bill On Wed, Feb 11, 2015 at 5:07 AM, JiaZhaohan wrote: > Hi, > > I don't know if it is a g

Password multibple duplicated string problem

2015-02-11 Thread JiaZhaohan
Hi, I don't know if it is a general problem. I didn't search out any related issues. I use "password" as my password of snmpd. I can get result from "snmpget -v3 -c private -u username -a MD5 -A password -l authPriv -x DES -X password localhost 1.3.6.1.4.1.x" However, I can user the multiple