Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: node-fpe
node v11.15.0
endpoint
share
tweet
var fpe = require("node-fpe") const cipher = fpe({password: 'secret'}) const results = [] for (let i = 0; i < 100; i++) { results.push(cipher.encrypt(i.toString().padStart(2, 0))) } console.log(results)
Created from: https://npm.runkit.com/node-fpe
Loading…
Clone and edit this document