I'm trying to encrypt a password to be stored across multiple instances of my program, but it needs to be able to be decrypted by all users on the machine. I have already looked around for options, and had javaDPAPI recommended to me. However, this only seems to encrypt based on the current user context.
Based on microsoft's documentation there seems to be a way to do this, but I am not sure how to do this and I am not very familiar with java and have never done something like this.