Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 974 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 974 Bytes

Encryptor App

This simple app is designed to encrypt and decrypt the content of a text input. It is built using JavaScript and HTML, leveraging the CryptoJS library for encryption and decryption operations.

Installation

To utilize the app, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Gabbydamian/encryptor_app.git
    cd encryptor_app

Usage

  1. Open the app in your web browser.
  2. Enter the text you wish to encrypt or decrypt in the “Input” field.
  3. Set a password in the “Password” field.
  4. Click the “Encrypt” or “Decrypt” button, based on your requirement.
  5. The encrypted or decrypted content will be displayed in the “Output” field.

Contributing

If you'd like to contribute to this project, please fork the repository and create a new branch. Pull requests are welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.