pArr[i] = String.valueOf(pwds.charAt(i));
}
for (int i = 6; i < 33; i++) {
Combination com = new Combination();
com.setSeparator("");
com.mn(pArr, i);
for (String string : com.getCombList()) {
XmlUtils.writeDataFile(string+"\r\n", "pwd.txt", true);
System.out.println(string+" ...");
}
}