Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ad1992/cryptmoji
- Owner: ad1992
- License: mit
- Created: 2022-09-29T19:38:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T15:25:43.000Z (10 months ago)
- Last Synced: 2024-05-01T14:47:38.145Z (7 months ago)
- Topics: aes-256, cryptography, web-cryptography-api
- Language: TypeScript
- Homepage: https://cryptmoji.in/
- Size: 493 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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