Where are passwords stored for patch manager key rings and are they encrypted?
The passwords are stored in the database instance for the Application Role server where the credential was define. The passwords are encrypted. We use Microsoft's DPAPI to encrypt the passwords within the application code, and then the table (column?) containin the passwords is also encrypted using the built-in SQL Server encryption methods.
Thank you, that's great news.