...
You can get a crypted version of your password with the bitronix.tm.utils.CryptoEngine class. It contains a main method so you can call it from the command line:
| Code Block |
|---|
java -jar btm-1.3.23.jar bitronix.tm.utils.CryptoEngine Bitronix Transaction Manager password property crypter Usage: CryptoEngine <password> [cipher] where: <password> is mandatory and is the resource password to crypt [cipher] is optional and is the cipher to be used to crypt the password |
...
| Code Block |
|---|
java -jar btm-1.3.23.jar bitronix.tm.utils.CryptoEngine myPassword Bitronix Transaction Manager password property crypter crypted password property value: {DES}oBg90wRyVhWcCrwu51xGmw== |
...