Class PatternCompare

java.lang.Object
de.das.encrypter.examples.PatternCompare

public class PatternCompare extends Object
This analysis looks for the occurrence of the same patterns between every two key bundles of the same length. The pattern sizes are incremented starting with three until no more equal patterns are found between the two key bundles. The index references are stored together with the respective pattern as a result and written to a text file at the end of the search. Twenty key bundles located in the relative folder "./Tests/PatternCompare" with the names "TestKey_n" are examined, where n are the numbers 0 to 19.
  • Constructor Details

    • PatternCompare

      public PatternCompare()
  • Method Details

    • main

      public static void main(String[] args)