Skip to content

Implement AES for enhanced security #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Moltivie
Copy link

This PR adds end-to-end encryption for all commands and responses in ConvoC2.

Features Added

  • Implemented AES-256-GCM encryption for commands embedded in Teams messages
  • Added encryption for command outputs returned via webhooks
  • Created a deterministic key derivation system that requires no separate key exchange
  • Implemented 24-hour automatic key rotation for increased security
  • Added backward compatibility to support both encrypted and plaintext commands

@cxnturi0n
Copy link
Owner

Thank you for your PR! I'll start reviewing it now.

@Moltivie
Copy link
Author

Thank you for your PR! I'll start reviewing it now.

Hey! Have you had time to review the PR? Do not hesitate for any questions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants