davidjumani commented on issue #4849: URL: https://github.com/apache/cloudstack/issues/4849#issuecomment-803801434
The password is encrypted via DES, added to a ConsoleProxyClientParam object which is in turn encrypted via AES https://github.com/apache/cloudstack/blob/master/services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxyClientBase.java#L423 https://github.com/apache/cloudstack/blob/master/server/src/main/java/com/cloud/servlet/ConsoleProxyPasswordBasedEncryptor.java#L88 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
