/pelaware

Golang Ransomware

Primary LanguageGoMIT LicenseMIT

Pelaware

📎 Introduction

Simple Ransomware that uses AES-256-GCM encryption and is writted in Go language.

⚠️ WARNING: This software is made just for study purposes.

💻 Technologies

🚀 How to Run

# Clone Repository
$ git clone https://github.com/davidcbbc/pelaware

Configure and Compile

# Go to folder
$ cd pelagoware

# Generate a AES crypto key
$ go run keygen/keygen.go

# In encrypter nd decrypter, set the variables cryptoKey, contact and dir

# Compile encrypter
$ cd encrypter
$ go build

# Compile decrypter
$ cd decrypter
$ go build