Uses of Class
hcrypto.analyzer.evolutionary.GaAnalyzer

Packages that use GaAnalyzer
hcrypto.analyzer.evolutionary   
 

Uses of GaAnalyzer in hcrypto.analyzer.evolutionary
 

Subclasses of GaAnalyzer in hcrypto.analyzer.evolutionary
 class NgramGaAnalyzer
          Assumes that the text is encrypted with simple substitution cipher and uses a frequency-based genetic algorithm to analyze it.
 class WordBasedGaAnalyzer
          Assumes that the text is encrypted with simple substitution and uses a word-based genetic algorithm to analyze it.