How to store password and access it during runtime of program securely
I have an application which is invoked by user entering a password. It processes some data and occasionally needs to re-use the password.
I have an application which is invoked by user entering a password. It processes some data and occasionally needs to re-use the password.