This project is a web application that allows users to encrypt and decrypt messages using emojis. Users can type a message, set a password, and convert the message into emojis. Similarly, they can decrypt an emoji message back into text using the same password.
- Text Encryption: Encrypts a text message into a series of emojis.
- Text Decryption: Decrypts an emoji message back into the original text.
- Password Protection: Encryption and decryption are secured with a password.
- User-Friendly Interface: Simple and intuitive UI for easy interaction.
- HTML: Structure of the web page.
- CSS: Styling of the web page.
- JavaScript: Functionality for encryption and decryption processes.
- Clone the repository:
git clone https://github.com/your-username/text-to-emojis-converter.git
- Navigate to the project directory: cd text-to-emojis-converter
- Open index.html in your preferred web browser.
Usage Encrypt Text:
- Navigate to the "Encrypt Text" section.
- Type your message in the provided textarea.
- Set a password.
- Click the "Encrypt Text" button.
- The encrypted message (in emojis) will be displayed.
Decrypt Emojis:
- Navigate to the "Decrypt Emojis" section.
- Paste your encrypted emoji message in the provided textarea.
- Enter the password used during encryption.
- Click the "Decrypt Text" button.
- The decrypted text message will be displayed if the password matches.
File Structure
- index.html: Main HTML file containing the structure of the web page.
- style.css: CSS file for styling the web page.
- script.js: JavaScript file containing the logic for encryption and decryption.
Customization
- CSS: Modify style.css to change the styling of the web page.
- JavaScript: Update script.js to change the encryption and decryption logic.
- HTML: Adjust index.html to change the structure and content of the web page.
Credits This project uses images for the interface, such as the lock and unlock icons.