1.0.8 • Published 6 years ago

text-fingerprint v1.0.8

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

text-fingerprint

Install

$ npm install --save text-fingerprint

Usage

const { getEncrypt, getDecrypt } = require('text-fingerprint')

Example

const { getEncrypt, getDecrypt } = require('text-fingerprint')
const secret = 'secret'
const text = 'some test words'
const encryptSecret = getEncrypt(secret) //"‌​​​‌‌​​‍‌​​‌‌​‌​‍‌​​‌‌‌​​‍‌​​​‌‌​‌‍‌​​‌‌​‌​‍‌​​​‌​‌‌"
const encryptText = text + encryptSecret //"some test words‌​​​‌‌​​‍‌​​‌‌​‌​‍‌​​‌‌‌​​‍‌​​​‌‌​‌‍‌​​‌‌​‌​‍‌​​​‌​‌‌"
const decryptText = getDecrypt(encryptText) // "some test words secret"
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago