Sorry for my bad English, but if you can help my it will be great. I have couple of file system over my network and every night I need to take one file from another file system to mine. for that to happen i'm using a Batch script how mapping me the drive with net use command. my problem is that i don't want the password will go through clear text ( To see my password or to sniff it). my questions is :
there is any way that i can encrypt my password and still login with the same credentials.
Thank You