Encryption App
This project is a web application that allows users to encrypt and decrypt messages using a simple encryption algorithm. The app uses HTML, CSS, and JavaScript to provide a user-friendly interface and perform encryption and decryption operations. Features
User-friendly interface
Encryption of messages using a simple algorithm
Decryption of encrypted messages
Copy to clipboard functionality for encrypted and decrypted messages
To install the app, simply clone this repository to your local machine using Git:
git clone https://github.com/yabetancourt/challenge-ONE-encriptador.git
Then, open the index.html file in your web browser to launch the app.
To use the app:
Enter a message you want to encrypt in the input field.
Click the "Encrypt" button to encrypt the message.
The encrypted message will be displayed in the output field.
To decrypt the message, copy the encrypted message and paste it into the input field.
Click the "Decrypt" button to decrypt the message.
The decrypted message will be displayed in the output field.
You can also use the "Copy" button to copy the encrypted or decrypted message to your clipboard. Contributing
If you would like to contribute to this project, please fork the repository and submit a pull request with your changes. License
This project is licensed under the MIT license.
This project was created by Yadier Betancourt.