Skip to content

Implement the initial GhostChat secure encrypted utility with core logic and comprehensive documentation.#498

Open
ItsME-TM wants to merge 1 commit intojosharsh:masterfrom
ItsME-TM:ghost-chat
Open

Implement the initial GhostChat secure encrypted utility with core logic and comprehensive documentation.#498
ItsME-TM wants to merge 1 commit intojosharsh:masterfrom
ItsME-TM:ghost-chat

Conversation

@ItsME-TM
Copy link

This pull request introduces a new terminal-based encryption/decryption tool called GhostChat, designed for secure messaging between friends using a shared secret key. The main changes include the addition of the core Python script implementing the encryption logic and a comprehensive README documenting usage, features, and installation.

GhostChat tool implementation:

  • Added ghost-chat.py, a concise Python script that provides bi-directional encryption and decryption using a custom character-shifting algorithm inspired by Vigenère, operating within the printable ASCII range. The script includes a simple terminal interface for sending and receiving encrypted messages.

Documentation and usage instructions:

  • Created README.md with detailed description, features, installation steps, usage instructions, and technology overview for GhostChat, making it easy for users to understand and get started with the tool.
image

@github-actions github-actions bot added documentation Improvements or additions to documentation python Pull requests that update Python code labels Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant