I'm currently assessing a project where highly sensitive personal information is handled thus it needs to be encrypted. We are talking like several 100 megabytes of multimedia files, like MP3 or something else. The application will most certainly be implemented in Java with JavaFX as GUI/Frontend. Now I am searching for a feasible solution to protect that data from unintentional/intentional misuse. The data needs to be encrypted somehow. The user needs to provide login credentials before using the software, so using the password to unlock a key used for symmetric crypto would be possible. The users of the application will be non professional thus things like TrueCrypt or similar solutions won't do the trick. Although some kind of transparent solution would be best. So is there any (semi-) standard solution for this problem?
Thanks for the help
Greetings,
Andreas