This project provides a simple web-based tool for encrypting and decrypting messages using hexadecimal format to facilitate secure communication with an AI chatbot :)
- Encode to Hexadecimal: Convert your plain text into a hexadecimal format for secure transmission.
- Decode from Hexadecimal: Convert hexadecimal messages back into their original plain text.
- User-Friendly Interface: Simple and intuitive interface using Bootstrap for styling.
- Instructions and Prompts: Clear instructions on how to use the tool for secure communication.
- Open the Web Page: Visit the published GitHub page for this project.
- Enter Your Message: Type your text or hexadecimal message in the "Text/Hex" area.
- Encode Your Message:
- Click the "Encode" button to convert your text into a hexadecimal format.
- Send the Encrypted Message:
- Copy the encrypted message and send it to the AI chatbot.
- For the first message, include the instructions provided in the "Prompt Box".
- Receive and Decode Messages:
- Copy the encrypted message from the AI chatbot.
- Paste it into the "Text/Hex" area and click "Decode" to read the original message.
- HTML Structure: Defines the overall structure and layout of the page.
- CSS Styling: Custom styles to enhance the visual presentation.
- JavaScript Functions:
encodeToHex()
: Converts plain text to hexadecimal.decodeFromHex()
: Converts hexadecimal back to plain text.
- Bootstrap 4.5.2: For responsive design and styling.
- jQuery 3.5.1: For JavaScript functionalities.
- Popper.js 2.9.9: Required for some Bootstrap components.
To run this project locally:
- Clone the repository:
git clone https://github.com/fabriziosalmi/ai-chatbot-encryption.git
- Open
index.html
in your web browser.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request.
For any questions or suggestions, send a PR or open an issue.