Skip to content

takitsu21/ransomware

Repository files navigation

ransomware

This is a simple ransomware written in Python. It uses AES-128 encryption to encrypt files on the system and RSA-2048 to encrypt the AES key. The AES key is then encrypted with the public key of the attacker. The attacker can then decrypt the AES key with their private key and decrypt the files.

TODO

  • Add TLS/SSL certificates
  • Add API authentication
  • Add API endpoints for example:
    • GET /hardware/{uuid}
    • POST /hardware/{uuid}
    • GET /files/{uuid}
    • POST /files/{uuid}
    • GET /keys/public_key/{uuid}
    • GET /keys/private_key/{uuid}
    • GET /keys/aes_key/{uuid}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published