Re: Password Security for Scripting
Yes, the assembly decrypts the password. It has to, for the obvious reason, which you state yourself.
It does it using
It does it using
Marshal.SecureStringToGlobalAllocUnicode. Though that's a technicality, that does not really matter.