I am building an application that uses keystores as a way to securely store RSA keys and certificates.
Obviously, I need a password to retrieve my private key.
What is the proper way to store this password? I know, for example that burying it in the code is not a good idea.
I could find something useful until know and I need if for school.
Thanks