I am curious. I have seen this done before but here comes the questions part...
I have two input boxes. I have them set next to eachother on the same line. I would like to know if that, when a user enters a desired password into the left box, that what they type can be encrypted and placed into the password box on the right
EXP
pass encrypted pass
| richard | | ************** |
If what I am asking is too complicated for me to understand..
pass button encrypted pass
| richard | | Encrypte? | | ************** |
richard is the pass that the user entered..
button properties would look like ..
<input type=button value=Encrypte? onClick=enpass()>
If anybody could create a function called enpass that would encrpte letters for random settings.. I would also like to know if that for the encryption, each letter that is entered could be set to only be 2 encrypted variables long..
ie text = richard encrypted = **************
I hope somebody understands what I am getting at..
Richard
I have two input boxes. I have them set next to eachother on the same line. I would like to know if that, when a user enters a desired password into the left box, that what they type can be encrypted and placed into the password box on the right
EXP
pass encrypted pass
| richard | | ************** |
If what I am asking is too complicated for me to understand..
pass button encrypted pass
| richard | | Encrypte? | | ************** |
richard is the pass that the user entered..
button properties would look like ..
<input type=button value=Encrypte? onClick=enpass()>
If anybody could create a function called enpass that would encrpte letters for random settings.. I would also like to know if that for the encryption, each letter that is entered could be set to only be 2 encrypted variables long..
ie text = richard encrypted = **************
I hope somebody understands what I am getting at..
Richard

Comment