UNPKG
encrypt-decrypt-eylonx
Version:
latest (1.1.0)
1.1.0
1.0.0
encrypting strings
encrypt-decrypt-eylonx
/
app.js
7 lines
(5 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
cypher
=
require(
'./cypher.js'
);
module
.
exports
= { encrpyt: cypher.encrypt, decrypt: cypher.decrypt, };