text_encryption_project Tailwind Templates

Text_encryption_project

This repository contains a project developed using HTML, CSS | Tailwind, and JavaScript. The project is an application that encrypts and decrypts texts based on specific rules, allowing users to exchange secret messages. The app features input fields for text, options to encrypt or decrypt, and a copy-to-clipboard functionality for the results.

Text Encryption App

This project is a simple web application that encrypts and decrypts texts using a custom encryption scheme. The application allows users to exchange secret messages with others who know the encryption key.

Encryption Keys

  • The letter "e" is replaced with "enter"
  • The letter "i" is replaced with "imes"
  • The letter "a" is replaced with "ai"
  • The letter "o" is replaced with "ober"
  • The letter "u" is replaced with "ufat"

Requirements

  • The app should only work with lowercase letters.
  • No accented letters or special characters should be used.
  • It should be possible to convert a word to its encrypted version and vice versa.

Features

  • Input fields for entering text to be encrypted or decrypted.
  • Options to choose between encryption and decryption.
  • Display the result on the screen.
  • A button to copy the encrypted/decrypted text to the clipboard, similar to the ctrl+C command.

Technologies Used

  • HTML
  • CSS (Tailwind)
  • JavaScript

How to Use

  • Open the index.html file in your browser.
  • Enter the text you want to encrypt or decrypt.
  • Choose the appropriate option (Encrypt or Decrypt).
  • View the result on the screen.
  • Use the "Copy" button to copy the result to the clipboard.

Contributing

Feel free to submit issues or pull requests if you find bugs or have suggestions for improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Top categories

Loading Svelte Themes