Package adams.tools

Class ZipPassword.BruteForceJob

    • Field Detail

      • m_ID

        protected int m_ID
        the ID.
      • m_Skip

        protected int m_Skip
        the number of passwords to skip.
      • m_Zip

        protected File m_Zip
        the zip file.
    • Constructor Detail

      • BruteForceJob

        public BruteForceJob​(ZipPassword owner,
                             int id,
                             BruteForcePasswordGenerator generator,
                             int skip,
                             File zip)
        Initializes the brute force job.
        Parameters:
        owner - the owner
        id - the ID of the job
        generator - the configured password geenrator to use
        skip - the number of passwords to skip when testing
        zip - the file to test