There is a procedure given in the properties.template and it doesnot look like working. It runs the build but nothing happens after that.
What is the actual process to encrypt the password and enter in to the database.properties. If I use the same encrypted password inw iw-runtime.ear in runtime environment, will it work or do have i to do anything extra.
Appreciate if anyone can help me providing process steps to perform this activity.
I tryied using the following and no success.
\Interwoven\CommonServicesClient\bin>iwirencryption -h
Usage :: iwirencryption [-options]
where options include:
-e Encrypts clear text
-d Decrypt encrypted text
\Interwoven\CommonServicesClient\bin>iwirencryption -d
Enter the encrypted text for decryption ::
PgIowuci13OWiIjC5Hkeu6ywX2sYbokK6
Exception in thread "main" org.jasypt.exceptions.EncryptionOperationNotPossibleE
xception
at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.decrypt(StandardPB
EByteEncryptor.java:801)
at org.jasypt.encryption.pbe.StandardPBEStringEncryptor.decrypt(Standard
PBEStringEncryptor.java:639)
at org.jasypt.util.text.BasicTextEncryptor.decrypt(BasicTextEncryptor.ja
va:100)
at com.interwoven.wcm.service.iwovregistry.utils.IREncryptionUtil.decryp
t(IREncryptionUtil.java:69)
at com.interwoven.wcm.service.iwovregistry.adaptorclients.clt.IwIrEncryp
tion.main(IwIrEncryption.java:75)