├── README.md
├── favicon.ico
├── index.html
└── src
├── css
└── style.css
├── images
├── desktop.png
└── mobile.png
└── js
└── script.js
/README.md:
--------------------------------------------------------------------------------
1 |
2 | # 🔐 JavaScript Text Encryption
3 |
4 | This is a **simple web application** that allows users to **encrypt and decrypt text** using **AES encryption**. The application is built with **HTML, CSS, and JavaScript**.
5 |
6 | ## 📸 Preview
7 |
8 | ### 💻 Desktop
9 | 
10 |
11 | ### 📱 Mobile
12 | 
13 |
14 | ## ✨ Features
15 |
16 | - 🔒 **Text Encryption**: Enter any text to **securely encrypt** it.
17 | - 🔑 **Text Decryption**: Encrypted text can be **decoded back** to its original form.
18 | - 📋 **Copy to Clipboard**: Easily copy the text or encrypted text **with a single click**.
19 |
20 | ## 🚀 Installation
21 |
22 | ### 📥 Downloading the Project
23 |
24 | 1. **Clone the Repository**:
25 | Use the following command in your terminal to clone the repository to your local machine:
26 | ```bash
27 | git clone https://github.com/Iqbolshoh/javascript-text-encryption.git
28 | ```
29 |
30 | 2. **Download as ZIP**:
31 | Alternatively, you can download the project as a ZIP file directly from GitHub:
32 | - 🔗 Go to the [repository page](https://github.com/Iqbolshoh/javascript-text-encryption).
33 | - 🟢 Click the **"Code"** button.
34 | - 📥 Select **"Download ZIP"** to download the entire project as a ZIP file.
35 | - 📂 Extract the contents of the ZIP file to a folder on your computer.
36 |
37 | ### 🏃 Running the Project
38 |
39 | 1. 📁 Navigate to the project directory.
40 | 2. 🌐 Open the **`index.html`** file in your web browser.
41 |
42 | ## 🛠 Usage
43 |
44 | 1. 🔒 **Encrypting Text**:
45 | - 📝 Type or paste your text into the **first text area**.
46 | - 🔐 The encrypted text will automatically appear in the **second text area**.
47 |
48 | 2. 🔑 **Decrypting Text**:
49 | - 📝 Paste the encrypted text into the **second text area**.
50 | - 🔓 The original text will automatically appear in the **first text area**.
51 |
52 | 3. 📋 **Copying Text**:
53 | - 👆 Click the **copy icon** next to the text area to **copy the text** to your clipboard.
54 |
55 | ## 🖥 Technologies Used
56 | 
57 | 
58 | 
59 |
60 | ## 📜 License
61 | This project is open-source and available under the **MIT License**.
62 |
63 | ## 🤝 Contributing
64 | 🎯 Contributions are welcome! If you have suggestions or want to enhance the project, feel free to fork the repository and submit a pull request.
65 |
66 | ## 📬 Connect with Me
67 | 💬 I love meeting new people and discussing tech, business, and creative ideas. Let’s connect! You can reach me on these platforms:
68 |
69 |