Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I change the encrypted database password in the property file associated with the batch file that runs a specific Job whenever the database password has changed. Do I have to regenerate the batch file again through open studio? is there a way that this can be done without the need of open studio since the batch is executed at my client environment and they don't have open studio.
Thanx.
public static String encryptDecryptWord(boolean encrypt, String word, String key){
//Do stuff
return value;
}
context.password = routines.MyEncryptionStuff.encryptDecryptWord(false, context.password, context.encryption_key);