Storing passwords on disks should be removed.
I'm not sure if this is a security issue, but a salt should be kept random, but is is not. (Because Random is initialised with a fixed salt which causes it to produce predictable results)
Look at LoginForm.getCypher().
Stumbled over this while checking what causes my minecraft loader-loader to crash :/
2013-01-03, 11:40 PM
2018-04-01, 01:45 AM
2013-05-22, 07:52 PM
2
4
-