Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Script to create WinSCP Sessions - how to encrypt password?

You can create the session in GUI, so that WinSCP encrypts it for you.
bigbasti

Script to create WinSCP Sessions - how to encrypt password?

Hello,

im writing a script which creates winscp sessions. works fine so far.
Only problem is that i need to enter my password everytime.

Which encryption alorithm is used by WinSCP to encrypt the passwords? So i can create them on my own and put them directly in the session like:

TunnelPassword=A35C475F7C69853D32382E3E292E37696F726B726564726D6A69113E31322B6D6E******...

would be really useful and save me lots of time!
Thanks!