Skip to content
Add package Ciphers/InformationFiles. Add text files that match the name of a cipher to add multiple lines with ease to the 'printInformation()' method
- Cleaned up warnings

Menu:
- Checks if information file exists. If <CIPHERNAME.txt> exists within the Ciphers/InformationFiles package that matches invoked <CIPHERNAME>. Add 'printInformation()' method to the menu that prints text-file. If not exist, use String 'information' set in the cipher's constructor instead. If both do not exist, exclude 'printInformation()' from the menu.

Ciphers:
- Set 'informationList' for 'printInformation()' if Ciphers/InformationFiles/<CIPHERNAME.txt> textfile exists. Set information for 'printInformaiton() if textfile does not exist and 'information' is set in the cipher's constructor. If neither exist, exlude 'printInformation()' from menu.
- Add JavaDoc

Adfgvx:
- Add write xHeader and yHeader to polybius square.

Porta:
- make some variables final.