javascript - How to obscure telephone number from database -


how obscure telephone number retrieved database? i'd users able click button , telephone number appears.

so far it's hidden user until click button, can see number fine in source code.

is there anyway hide/muddle number (perhaps inject characters?) on page load , clicking button removes these characters?


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

list - C++ | Queue: Dequeue function crashes program -

python - argument 2 to map() must support iteration -