Jump to content

Pseudo Password Encryption For AU3


Recommended Posts

I have written a program that will give one Pseudo password encryption in their script. This is more a Security by Obscurity but it will keep people from being able to read it in plain text somewhere.

It will ask you for a filename with a .au3 extension. When it creates the encrypted part it will add some functions to the bottom of your au3 script.

It will then ask for a password. It works with Capitals and spaces I have not tried special characters though.

It will then create a .ini file and add the necessary functions to the bottom of your script.

Put this .ini file wherever you would like for the program to access it. Add somewhere in your script where you want to get the password this

$MyVariable = EncryptPassword("Path to .ini file")

When you run your script $MyVAriable will have your unencrypted password.

Find the program here Password Encryption

There are still some issues:

1) Need to make files not as obvious.

2) Add support to read from the registry or other kinds of files.

3) Make standalone support

4) Make it so that if the functions are already in the script it won't put them in again. Be wary you will get an error when you run into this.

Please give me any feedback.

Thanks

red

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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