Missing errorchecking: Key generation --> New key pair --> p
p should be grater than 256, but a lower value doesn't deactivate the "continue" button.
When "Alice Whitehead" is used in the "Encrypt" tab, the output format is different: The hex values are not separated by spaces. This my be a problem if the user copies the text to another tab (e.g. "Decrypt) where the input values have to be seperated with spaces.
The input field in the Pop-up Decrypt --> "Enter Text" allows to insert multiple spaces in a row. Then, the input verification failes.
The Key "Alice Whitehead..Private Key" in "Encrypt" and "Sign" cannot be chosen.
The input text in the "Decrypt" tab accepts lower case characters, which causes ArrayIndexOutOfBoundExeptions.
The text output in the calculations box is damaged in the german version.
The text input in "Verify" is damaged. The lines doesn't wrap and pasting in the second text box is also damaged
It is possible to export a (public) key (Encrypt, Verify) and import it to "Decrypt" or "Sign". This doesn't make sense as these computations need the private key and the result cannot be computed.
The Button "Key selection" in "Encrypt" an "Verify" cannot be pressed multiple times like in "Decrypt" or "Sign".
The texoutput in the "Calculations" box should also be in a text field so that its output fits into the box.
During reset the "Step x from y" text should also be resetted
"Alice Whitehead..Public Key" causes problems in the step by step calculation. For some reason the program skips 2 steps.