emojicrypt

1.0.3 • Public • Published

emojicrypt

Encrypt your text into emoji 😄💩👽🙊

Build Status

This is an node module that is a wrapper around a base64 encryption module.

npm install emojicrypt

Usage

Encrypt plain text (utf-8) into emojitext

var emoji = require('emojicrypt');
var emojiText = emoji.encrypt(text);

Decrypt emojifyed-text into utf-8 plaintext

var emoji = require('emojicrypt');
var plainText = emoji.decrypt(emojiText);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i emojicrypt

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • hannahvoelker