How can I make a password entry "hashed"?
First, I may not be using the correct terminology. I want to have the password displayed as asterisks as it is being entered—that's what I'm calling "hashed."
try67 gave me an excellent, simple script to protect the text field in question with a password, but it doesn't conceal the password with asterisks while it's being input (I didn't think to ask for that). I don't know anything about sql or php, so I'm hoping there is a simple line or three of js that can do this for me. Here's what I have so far:

The 'Score' field is the one in question, and here is the line of code try67 was kind enough to provide and which works just fine:
event.rc = (app.response("Enter the password:","","")=="1234"); //where "1234" is the password.
This is placed as a custom validation script in the field's properties modal.
When the js alert window pops up, it automatically places the cursor in the password entry field, which is great (another script I tried didn't), but when I enter the password, the characters are all plain text.
Now, I appreciate all the people on these forums that spend their time helping us newbies out, and I HAVE spent literally hours searching for a similar-enough question to help, as well as the Acrobat API reference for the correct syntax, as well as trying to modify other pw-protection scripts to make them work [modifying them and combining them with the above line of code]—in other words, I DID try to figure this our for myself, but I have just come up short.
I realize those of you who know coding are probably laughing at me, and that's okay, but I would really appreciate help with this, please.
Thanks in advance!
Ken
