Code Monkey home page Code Monkey logo

fileshredderv1's Introduction

FileShredderv1 - Advanced Silent Encryption of Files on Windows

Performs Encryption and Decryption of Files with Pub/Private Key on Windows and placed an randomized Ransomnote. The Program tries to mimic an more advanced Ransomware-Attack. Goal is to develop better Detection mechanism for Detecting the File Encryption Process.

Most Ransomware is easly to Detect and most Ransomware Detection Methods are relying on the following:

  • File - Extension
  • File Header (First Bytes)
  • Ransomware Notes
  • Encryption Speed

This Project tries to level this up.

  • Randomizes Ransom Note Creation (Random Image Generation)
  • Slows down the Encryption Process (Try to look like normal User behaviour)
  • Uses Valid File Headers (File Headers of Common File Types)
  • Uses Valid File Extensions (Common File Extensions)
  • Uses Private/Public Key Crypto

Usage

Usage to Encrypt Files:

./FileShredderv1.exe

Supply Path to the Folder to Encrypt in the Console and Confirm.

Usage to decrypt Files:

./FileShredderv1-Decrypter.exe

Supply Path with the Encrypted Files in the Console and Confirm.

To Supply an own Pub/PrivKey change the "private const string publicKey" and "private const string privateKey" in the Source.

Required:

.Net Runtime 4.0

Developer:

disintegr8te

Contributing

Pull requests are welcome. Please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

fileshredderv1's People

Contributors

disintegr8te avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.