Re: Changing encrypted content within db

2014-04-16 Thread ilya musayev
Rajani, Shell script via jasypt will do, Thanks alot, -ilya On 4/17/14, 12:28 AM, Rajani Karuturi wrote: If you download the [jasypt] library, it has util shell scripts to encrypt and decrypt. You can use them by passing your encryption key to get an encrypted value. Or you could write a sim

Re: Changing encrypted content within db

2014-04-16 Thread Rajani Karuturi
If you download the [jasypt] library, it has util shell scripts to encrypt and decrypt. You can use them by passing your encryption key to get an encrypted value. Or you could write a simple java function to do the same. [jasypt] http://sourceforge.net/projects/jasypt/files/jasypt/ ~Rajani O

Changing encrypted content within db

2014-04-16 Thread ilya musayev
How would i go about changing encrypted value in cloudstack db? I need to change a username and password for vSphere cluster managed by CloudStack 4.3.0. Thanks ilya