I have Maven to encrypt passwords with a primary password, and some time ago I encrypted a password with it and saved it in my settings.xml . Password is successfully used by Maven plugins.
Now I want to recover this password for use outside of Maven (manual operation using a web browser). Is there a command to simply print the decrypted version of the server password?
source share