If the program has access to it in plain text, then you can somehow get it. You better get your safety in other ways. How to do this really depends on your specific application. Do you need to save a password in your application? Can you just save the pre-computed hash and compare with it?
source
share