weizhouapache commented on PR #12626: URL: https://github.com/apache/cloudstack/pull/12626#issuecomment-3890892672
thanks @RosiKyu for the testing, amazing I double checked the encrypted values in cmk response and database, and confirm the original values are the same. ``` mgmt1:~# java -classpath /usr/share/cloudstack-common/lib/cloudstack-utils.jar com.cloud.utils.crypt.EncryptionCLI -p password -d -i AG8j56WkkRj9hvLXEjz05m3To/xslx9KVoNSGko4H5LH5GZV8WXov95PeDE= TestVeeamPass123 mgmt1:~# java -classpath /usr/share/cloudstack-common/lib/cloudstack-utils.jar com.cloud.utils.crypt.EncryptionCLI -p password -d -i GU2+EWLmSQOFD3nSgYNhg1+JCwAMydQNdPJhKinZcoJt2mbfC7xl54F//4Y= TestVeeamPass123 mgmt1:~# java -classpath /usr/share/cloudstack-common/lib/cloudstack-utils.jar com.cloud.utils.crypt.EncryptionCLI -p password -d -i BzqFxon8fPyN1R4Lq4wyn4W/S48S84PuqNsQJHmHXjIjDepNoijJccCJM1U= TestVeeamPass123 ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
