Reputation: 51
Any pointers on how can we use encrypted passwords in kettle transformations?
Upvotes: 2
Views: 3123
Reputation: 1155
If I understand your question correctly, you can use the Symmetric Cryptography step to encryption and decryption of data. It all depends on what you are willing to achieve. But basically, if you know the type of encryption/decryption you need, the simplest User Defined Java Class could fit the bill.
Upvotes: 1