AwolDes / rusto

Rusto is a simple program written to encrypt and decrypt files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rusto

Rusto is a simple ransomware implementation written in Rust. It uses the AES Cipher to encrypt and decrypt files, and will eventually POST the secret key to a server.

Why?

I wanted to learn Rust and enjoy learning and playing around with securty, so I thought it would be a fun project to learn a bit about both.

WARNING

Do not use this maliciously. I did it out of fun and to learn, please do the same.

Use

To start using rusto run: cargo build then cargo run

About

Rusto is a simple program written to encrypt and decrypt files.

License:MIT License


Languages

Language:Rust 94.4%Language:Python 5.2%Language:JavaScript 0.4%