UNPKG

encrypt-decrypt-eylonx

Version:

encrypting strings

7 lines (5 loc) 122 B
const cypher = require('./cypher.js'); module.exports = { encrpyt: cypher.encrypt, decrypt: cypher.decrypt, };