That will bring up an input box to use to enter a password, and it will mask the password.
You can set your text field to locked, and on double click have it bring up the password input and have a password in the VBA code to compare that to. If it matches, unlock it. Be sure to handle making sure that it is locked again depending on what you want.