Skip to content

Encode phone numbers and email adresses in non-harvestable ways.

Notifications You must be signed in to change notification settings

appins/SecureInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Info

Encode phone numbers and email addresses in more secure ways


Setting up

(You must have node.js installed)

Fire up a terminal and type

  git clone [email protected]:AppIns/SecureInfo.git

Then edit setup.js and change the phone number to your own

Then just type make and copy the output


Deploying

Add browser.js into your webserver or whatever you run then add it in the head tag

  <head>
    <script src="browser.js" charset="utf-8"></script>
</head>

Somewhere where you need the phone number just call

  pndc(""); // Place the output you got from setting up inside the quotes

About

Encode phone numbers and email adresses in non-harvestable ways.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published