-
1. Re: Java password encryption
oupellamspc May 22, 2015 11:07 AM (in response to oupellamspc)Well, I've googled an awful lot today and found nothing to help. Is there anybody ought there that can point me in the right direction??? Thanks.
-
2. Re: Java password encryption
oupellamspc May 26, 2015 6:22 AM (in response to oupellamspc)I've still yet to find a way to encrypt the password in the Java file or a property file that it reads. I've posted to the activeMQ forum too.
Is this possible?
Is there anyone willing to make comment?
-
3. Re: Java password encryption
maxandersen May 27, 2015 6:36 AM (in response to oupellamspc)first hit on google: http://activemq.apache.org/encrypted-passwords.html
-
4. Re: Java password encryption
oupellamspc May 27, 2015 8:13 AM (in response to maxandersen)Thanks Max,
I'll go back through the article. Nothing in there helped, so I guess it must be user issue. For a start, the options aren't the same from the Fuse console, i.e.
$ bin/activemq encrypt --password activemq --input mypassword
isn't a command with those paramaters, there is an encrypt command, but it ONLY takes the password. There is no secret seed key. So scratched my head as to how to map the context over.