New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

emojicrypt.js

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emojicrypt.js

emojicrypt.js (with ๐Ÿ’ฉ support)

  • 1.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

emojicrypt with unicode support

const emojicrypt = require('emojicrypt')

const encrypted1 = emojicrypt.encrypt('emojicrypt.js ๐Ÿ’ฉ')
encrypted1 // ๐Ÿคช๐Ÿ˜†๐Ÿ˜ƒ๐Ÿค’๐Ÿ˜ด๐Ÿฅฐ๐Ÿ™„๐Ÿ˜ถ๐Ÿ˜๐Ÿ˜™๐Ÿ˜๐Ÿ˜ถ๐Ÿ˜Œ๐Ÿ˜š๐Ÿ‘น๐Ÿคง๐Ÿ˜ฎ๐Ÿ˜™๐Ÿ˜œ๐Ÿ˜ˆ๐Ÿ˜ถ๐Ÿ˜š๐Ÿ˜ƒ๐Ÿ˜ฟ๐Ÿคฎ๐Ÿ˜ป๐Ÿค•๐Ÿ˜ฟ๐Ÿ˜ถ๐Ÿ˜š๐Ÿ˜ƒ๐Ÿ˜พ๐Ÿ˜๐Ÿ˜…๐Ÿ˜๐Ÿ˜‘๐Ÿคซ

const encrypted2 = emojicrypt.encrypt('emojicrypt.js ๐Ÿ’ฉ')
encrypted1 == encrypted2 // false

const decrypted1 = emojicrypt.decrypt(encrypted1)
decrypted1 // emojicrypt.js ๐Ÿ’ฉ

const decrypted2 = emojicrypt.decrypt(encrypted2)
decrypted1 == decrypted2 // true

FAQs

Package last updated on 08 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc