changed L&F, changed for compartible for java versions > 8
change standart random generator to crypto security random generator
Added:
1) Export DB to HTML or XML
2) Import DB from XML
3) Validation for input data (url and others)
Added support for md2, sha1, sha256, sha384 and sha512 hashes
Several improvings are made:
- Backup and Restore DB + USER files and some more.
Several improvings are made:
1) "Backup DB and pkg-users files" action added
2) Keeper Table sorter added
3) URL column and "Go to URL" action added
4) and some more
The program is completely changed - almost written again:
1) Now program is multi-user
2) DB changed from SQLite to Derby
3) DB for each pkg-user is encrypted and protected by pkg-user password
4) Passwords of pkg-users are not stored in program - stored and compared (at the start program) only md5-hashes of pkg-users passwords .
5) In addition that passwords in any DB of pkg-users are stored in encrypted form, the DB of each pkg-user is ciphered and password-protected by pkg-user password.