Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ad1992/cryptmoji

Encrypt your messages into Emojis, Latin and Math Symbols
https://github.com/ad1992/cryptmoji

aes-256 cryptography web-cryptography-api

Last synced: about 1 month ago
JSON representation

Encrypt your messages into Emojis, Latin and Math Symbols

Awesome Lists containing this project

README

        

# Cryptmoji

Cryptmoji is a fun project to encrypt your text into Emojis, Latin and Math Symbols.
It uses *AES-256* Encryption Algorithm for *Encryption* and *Decryption* and *PBKDF2* for generating crypto key from user defined password.

This project is fully based on [Web Crypto APIs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) and doesn't use any external libraries for cryptography.

## Inspiration

The best way to learn something is by building it so I created this fun project as a result of learning about [Web Crypto APIs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API).

## Contribute

Open and [issue](https://github.com/ad1992/cryptmoji/issues/new) and lets discuss :)

## Similar Projects

* https://cryptoji.com
* https://aghorler.github.io/emoji-aes
* https://txtmoji.com