npm.io
0.0.2 • Published 8 years ago

emoji-encrypt

Licence
ISC
Version
0.0.2
Deps
1
Size
7 kB
Vulns
0
Weekly
0

Encrypt text to emoji icons.

install: npm install emoji-encrypt

Totally 2 methods: encrypt and decrypt.

Here is a demo:

const {encrypt, decrypt} = require('emoji-encrypt');

let text = 'Hello world';
let key = 'whatever';

let ciphertext = encrypt(text, key);

let originText = decrypt(ciphertext, key);

Here is another demo

Keywords