emoji-encrypt

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i emoji-encrypt

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

6.91 kB

Total Files

4

Last publish

Collaborators

  • yubaoquan