Jump to content

Recommended Posts

Posted

i have a batch file that i include in a script that contains username and password information.

i wish to make it secure, so that if someone runs my script, and attempts to read whats in the .bat file it will be impossible. is there a good way to do it? scramble it maybe.. then descramble as the script runs??

suggestions?

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted

i mean, i just want to enter info into the command line, and make it so nobody can retrieve the info.

hello??

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted

why not put it in an INI file, encrypt it, then when you run the script decrypt it.. search fir "encrypt" on here...

FootbaG
Posted

i had made a script a while back in autoit version 2, and someone was able to read the .bat file that i had in the script.

the script deleted the .bat file after it finished running.. so somehow they stopped the script, or were able to keep the command window open and read it, or figured out some way to see what the .bat file had sent to the command line.

i was just wondering if there was a secure method of sending commands to the command line that a user couldnt retrieve the information that was sent.

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted

Can you not code the .bat file in AutoIt? Run all your commands from the .bat

in an AutoIt script? Then compile it? No one will be able to read your password

that way. Just an idea. Unless there is more information we don't know about.

RocTx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...