Jump to content

Saving Passwords


Recommended Posts

Hi I was wondering what the safest way to saves a username and password on someones computer and only their computer is using input boxes. I was thinking making autoit check for a text file and if there is no text file it would run the input boxes then save them in a text file, but I know this isn't safe.

Any ideas?

Link to comment
Share on other sites

There is no absolutely safe way, but hashing of the password is reasonably secure.

In this you generate a pseudo-random string that reperesents the password. Since it's pseudo-random and not actually random, the same password will always give the same hash. This is of course only useful for comparing a user's input with a password; it cannot supply the password, only check that the correct entry was made.

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...