1.0.2 • Published 2 years ago

encrypt-phone-numbers v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
2 years ago

encrypt-phone-numbers

In order to encrypt any phone number, you need to call the function encryptNumber and pass three arguments: the phone number (as string or array of strings), the number of digits you want to hide and the symbol you want to use to hide the numbers

encryptNumber('+1-541-754-3010', 5, 'X')
// Result :  +1-541-75X-XXXX

Installation

  • npm install 'encrypt-phone-number'
  • In your JS file: const encryptedNumber = require ('encrypt-phone-number')