Class KeyAnalyzer

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class KeyAnalyzer extends JFrame implements ActionListener
An application that analyzes the quality of key bundles. It examines the uniform distribution of byte values and the size of the scattering (deviation) between the uniform distribution values. The uniform distribution of the frequency of occurrence of the byte values between 1 and 255 (normalized to the maximum value) is visualized, whereby all values should be at 1 if possible for high quality. The path to the key bundle file to be analysed must be in the first line of a text file named "Probe" in the relative folder "./Test".
See Also: