hannahvoelker / emojicrypt

Encrypt your text into emoji πŸŽ‰

Home Page:https://www.npmjs.com/package/emojicrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

Encrypt your text into emoji πŸŽ‰

https://www.npmjs.com/package/emojicrypt


Languages

Language:JavaScript 100.0%