mattcasters commented on issue #7182:
URL: https://github.com/apache/hop/issues/7182#issuecomment-4943915608

   So we need to support a generic variable with an encoded value and have a 
safe system to automatically decrypt it, without ever giving away the original 
value in logging and so on.  Expression `${SFTP_PASSWORD}` would give us 
`Encrypted 2be98afc86aa7f2e4cb79a369ce93bcc9` but in think it would be easy to 
create a variable resolver for standard Hop encoded passwords.  That would be 
`#{hop-pwd:Encrypted 2be98afc86aa7f2e4cb79a369ce93bcc9}` giving you the 
password.  Internally it would then call 
Encr.decryptPasswordOptionallyEncrypted.  Obviously we'd need to support 
`#{hop-var:STP_PASSWORD}` as well.
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to