passwords

T

Tester

Hello,
Can windows passwords start with the equal " =" character?
What are valid password characters at the beginning and in the body?
I have windows AD domain.
Thank you, T
 
P

Pegasus [MVP]

Tester said:
Hello,
Can windows passwords start with the equal " =" character?
What are valid password characters at the beginning and in the body?
I have windows AD domain.
Thank you, T

I would open a Command Prompt, then type the following command:

net user "%UserName%" ~!@#$%^&*() /domain

In other words, type every character you can think of so that you can see if
it works. When finished, restore your password like so:

net user "%UserName%" SomePassword /domain

This will give you a faster and more comprehensive response than waiting for
some respondent to perform the test for you.
 
A

aa

Pegasus said:
I would open a Command Prompt, then type the following command:

net user "%UserName%" ~!@#$%^&*() /domain

In other words, type every character you can think of so that you can see if
it works. When finished, restore your password like so:

net user "%UserName%" SomePassword /domain

This will give you a faster and more comprehensive response than waiting for
some respondent to perform the test for you.
I do not think Tester meant someone else to run tests for him. Most probably
he was expectiong some known rule a la "letters and digits, starting with a
letter case sensitive"
One might feel uncomfortable experimenting with characters for PW as there
might be a risk not to be able to login again.
Are u saying that the method you sugested is fool-proof and will
automatically reject a invalid character?
 
P

Pegasus [MVP]

aa said:
I do not think Tester meant someone else to run tests for him. Most
probably
he was expectiong some known rule a la "letters and digits, starting with
a
letter case sensitive"
One might feel uncomfortable experimenting with characters for PW as there
might be a risk not to be able to login again.
*** With the method I suggested there is no risk. I even gave the
*** OP the precise instruction how to restore his current password.
Are u saying that the method you sugested is fool-proof and will
automatically reject a invalid character?
*** Yes - but then nothing is really fool-proof. Fools can be
*** extremely ingenious . . . If the OP logs off instead of restoring
*** his password then he might paint himself into a corner.
 
A

aa

Pegasus said:
*** Yes - but then nothing is really fool-proof. Fools can be
*** extremely ingenious . . . If the OP logs off instead of restoring
*** his password then he might paint himself into a corner.

O, yes. Things like this happen to me all the time :)
 
T

Tester

Hi there,
Thanks a lot. All I wanted to know if password can start with the =
character but will use the
net "user" password /domain command to test passwords in case I need
it.
T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Editorial How to create secure passwords 6
Jhon the Ripper 4
slow login 1
CloudPets stuffed toys leak details of half a million users 1
Password Changing 1
Changing Passwords 4
Help - Password Error 12
password change prompt 3

Top