当我匹配密码时,如果byte不是正好就会匹配不成功而账号却没问题
in = new FileInputStream(file); byte[] buffer = new byte[in.available()]; in.read(buffer); 长度不要写死