I have a spring Boot application for users who want to send a message with spring Mail Sender to someone, for this the application needs username, application, access password and host. How and where should this password be stored. I use keycloak server for user authorisation. I should use a symmetric algorithm, which needs a secretkey for decryption, where should I store this secret key and how?