/ransomGoware

Open source GOlang ransomware

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Legal Disclaimer

Do not use it in a way that could harm people or institutions! Unauthorized and damaging use of this software is illegal.

Configurations

  • RANDOM=true Encryption Only
  • Unix OSes ROOT='/path/to/root' or Windows ROOT='C:\path\to\root'
  • If you use your own key, recommended, instead of random generated AES encryption key. Change the key values. YOUR-32-BIT-KEY-STRING

Interpreted Usage

go run encrypt.go
go run decrypt.go

Compiled Usage

go build encrypt.go
./encrypt
go build decrypt.go
./decrypt