jballment commented on issue #7182: URL: https://github.com/apache/hop/issues/7182#issuecomment-4552024357
Also, an option would be after using Enc.decryptPasswordOptionallyEncrypted(String password) to decrypt the password in the URI, use org.apache.commons.vfs2.util.EncryptUtil.encrypt(String password) to VFS encrypt the value before passing to the VFS libraries ensuring that plain text password isn't accidently exposed. -- 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]
