Encript is a simple web application that allows users to encrypt and decrypt text using a custom substitution cipher.
It was created as a fun project to practice JavaScript programming and web development skills.
The application includes two buttons: "Encrypt" and "Decrypt".
To encrypt a message, simply enter the text you want to encrypt in the input field and click the "Encrypt" button.
The app will apply the custom encryption algorithm to your message and display the encrypted text on the screen.
To decrypt a message, enter the encrypted text in the input field and click the "Decrypt" button.
The app will reverse the encryption process and display the original text on the screen.
You can also copy the encrypted or decrypted text to your clipboard by clicking the "Copy" button.
Encript offers the following features:
Encryption and decryption of text using a custom substitution cipher
Simple, user-friendly interface
Copy output text to clipboard with a single click
Input validation to prevent invalid characters and texts that are too long
![screenshoot.jpg](https://camo.githubusercontent.com/775f93c728b7ed422b40e74eb880c97203f9fcee94eb812efc1d8c20f8a6b5af/68747470733a2f2f692e706f7374696d672e63632f76483136326b32572f73637265656e73686f6f742e6a7067)
If you'd like to contribute to the Encript project, feel free to submit a pull request with your changes.
Please ensure that your code follows the project's coding standards and includes appropriate documentation.
Note: If the input text is too long, the encrypted text may not be fully displayed on the screen.
In this case, please use the "Copy" button to copy the encrypted text to your clipboard.