Jump to content

Suggestions


Recommended Posts

Any suggestions for improvements to http://code.google.com/p/kidsafe/source/browse/KidSafe.au3 ? The only improvements I can currently think of is some more blocking options, hotkey changing, and changing Inetget to Inetread. I'd REALLY like some suggestions (with examples) of how I can improve the script's performance. NOTE: I code autoit in Linux underwine and inputboxes do not work, so please don't suggest any inputboxes. If you do make a change/suggestion you can include your full name or a nick to be used in the credits, if you want to be included in them.

My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.

My Projects

WhyNotWin11
Cisco FinesseGithubIRC UDFWindowEx UDF

 

Link to comment
Share on other sites

I see the script very functional.

You could make a password of "emergency" in case of loss of the first

You could do that if the primary password is wrong for the 3rd time, the only way to regain access to Windows is to use the password of "emergency"

In addition, the master password should be controlled in its entirety.

Let me explain. The primary password should be at least alphanumeric.

The password of "emergency", by contrast, must be simple.

You could take a cue from the PIN and PUK from your mobile phone :mellow:

1)

([[:alpha:][:digit:]]{6,})

The password is alphanumeric and at least 6 characters.

2)

([[:alpha:]]{3,})

The password is alphabetic and at least 3 characters.

3)

([[:digit:]]{3,})

The password is alphabetic and at least 3 characters.

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