Re: Encrypt plain text passwords in AMQ7

2017-06-30 Thread igge47
Hi Justin, you were right, thanks again for answering so fast :) Ignacio -- View this message in context: http://activemq.2283324.n4.nabble.com/Encrypt-plain-text-passwords-in-AMQ7-tp4727567p4728114.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Encrypt plain text passwords in AMQ7

2017-06-30 Thread Justin Bertram
I think the documentation wasn't updated when the new CLI "mask" command was added. Try using this command: $ ./artemis mask This should be equivalent to the old command, just easier to use. You can still use the old command mentioned in the documentation if you wish, but you'll need to spec

Re: Encrypt plain text passwords in AMQ7

2017-06-30 Thread igge47
Hi Howard, Thanks for the answer. I have gone through the documentation, and I try to run the decoder. Nevertheless, I get this error: [root@serverName lib]# java -cp artemis-commons-2.0.0.amq-75-redhat-1.jar org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec "hello" Exception in t

Re: Encrypt plain text passwords in AMQ7

2017-06-20 Thread gaohoward
Hey, Please take a look at this doc https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/configuration-index.md#password-masking-in-server-configuration-file and see if it works for you. Howard -- View this message in context: http://activemq.2283324.n4.nabble.com/Encry