https://github.com/ad1992/cryptmoji
Encrypt your messages into Emojis, Latin and Math Symbols
https://github.com/ad1992/cryptmoji
aes-256 cryptography emoji hacktoberfest web-cryptography-api
Last synced: 6 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T13:44:12.000Z (11 months ago)
- Last Synced: 2025-02-03T22:28:29.239Z (8 months ago)
- Topics: aes-256, cryptography, emoji, hacktoberfest, web-cryptography-api
- Language: TypeScript
- Homepage: https://cryptmoji.in/
- Size: 506 KB
- Stars: 17
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
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 an [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