jcryptool / crypto

JCrypTool Crypto Plug-ins
https://www.cryptool.org
Eclipse Public License 1.0
68 stars 39 forks source link

Added automatic save/load mechanism + added reset button #239

Closed grthor closed 5 years ago

grthor commented 5 years ago

The plugin now looks like this: At the top right corner you can see the reset button. This is the only change at the GUI. The button resets the GUI the plugin to its inital state. image

I've added an auto save / load feature. This stores the state of the plugin (LFSR length, tabs, seed, output option, if necessary keystream length) and loads it the next time the plugin is started.