This is just a general/vague question,
If i had a textarea…
<textarea class="mybox">
myfirststring secondstring
</textarea>
Is it possible to use javascript/jquery so that after the first string is typed ‘myfirststring’/spacebar has been hit that you can somehow convert the remaining text in the field into protexted text, as though it was a password and you want to hide the characters?
You can try something like this: http://jsfiddle.net/reec7/2/
It’s a good start, if this is what you are looking for: