Re: Calling of the 'already secure user information' from a script execution
1) You can do exactly what you have proposed:
See https://winscp.net/eng/docs/scriptcommand_open#syntax
Though it has its caveats, see:
https://winscp.net/eng/docs/scripting#configuration
https://winscp.net/eng/docs/faq_scheduler
2) But passwords are not really encrypted, they are merely obfuscated. It's not technically possible to encrypt anything and yet allow its automatic use.
https://winscp.net/eng/docs/security_credentials#storing_password
https://winscp.net/eng/docs/guide_protecting_credentials_for_automation
open site_name
See https://winscp.net/eng/docs/scriptcommand_open#syntax
Though it has its caveats, see:
https://winscp.net/eng/docs/scripting#configuration
https://winscp.net/eng/docs/faq_scheduler
2) But passwords are not really encrypted, they are merely obfuscated. It's not technically possible to encrypt anything and yet allow its automatic use.
https://winscp.net/eng/docs/security_credentials#storing_password
https://winscp.net/eng/docs/guide_protecting_credentials_for_automation