All Projects → Fytex → simple-ransomware

Fytex / simple-ransomware

Licence: MIT license
Simple ransomware to troll your friends. Encrypt and Decrypt a Windows computer using a simple xor encryption which is pretty basic!

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to simple-ransomware

Gonnacry
A Linux Ransomware
Stars: ✭ 341 (+1075.86%)
Mutual labels:  ransomware, decryption
Sharedchamber
Android Secure SharedPreferences Using Facebook Conceal Encryption
Stars: ✭ 96 (+231.03%)
Mutual labels:  simple, decryption
Keep-It-Secure-File-Encryption
Keep It Secure Private Data Encryption & Decryption Tool
Stars: ✭ 38 (+31.03%)
Mutual labels:  ransomware, decryption
xml.nim
Simple XML parser in pure Nim
Stars: ✭ 16 (-44.83%)
Mutual labels:  simple
base64.c
Base64 Library in C
Stars: ✭ 60 (+106.9%)
Mutual labels:  simple
cryptocli
The ultimate tool for data transfer, manipulation and proxy.
Stars: ✭ 16 (-44.83%)
Mutual labels:  decryption
Blog.Core
Simple ASP.NET Core static blog engine
Stars: ✭ 15 (-48.28%)
Mutual labels:  simple
Artal
A .PSD parsing library for LÖVE
Stars: ✭ 41 (+41.38%)
Mutual labels:  simple
Sqlable
Swift library for making storing data in a SQLite database simple and magic-free
Stars: ✭ 83 (+186.21%)
Mutual labels:  simple
game-map-editor
game-map-editor
Stars: ✭ 17 (-41.38%)
Mutual labels:  simple
STIA
No description or website provided.
Stars: ✭ 18 (-37.93%)
Mutual labels:  decryption
simplenetes
The sns tool is used to manage the full life cycle of your Simplenetes clusters. It integrates with the Simplenetes Podcompiler project podc to compile pods.
Stars: ✭ 731 (+2420.69%)
Mutual labels:  simple
ldf
LDF - Lightweight Dynamic Framework for making Single Page Applications
Stars: ✭ 29 (+0%)
Mutual labels:  simple
metasfresh-documentation
Docs and Manuals for Devs, Users, Admins
Stars: ✭ 22 (-24.14%)
Mutual labels:  user
user-microservice
Microservice for user account management - written with Spring Boot
Stars: ✭ 51 (+75.86%)
Mutual labels:  user
terraform-s3-user
A Terraform module that creates a tagged S3 bucket and an IAM user/key with access to the bucket
Stars: ✭ 20 (-31.03%)
Mutual labels:  user
cli
a lightweight and simple cli package
Stars: ✭ 12 (-58.62%)
Mutual labels:  simple
SimpleList
A simple linked list for Arduino projects
Stars: ✭ 43 (+48.28%)
Mutual labels:  simple
youtube-lite
No more wasting time on watching random, irrelevant videos on Youtube. https://youtube-lite.js.org
Stars: ✭ 22 (-24.14%)
Mutual labels:  simple
graph-client
light zero dependency graphql-client, supporting cache and SSR
Stars: ✭ 27 (-6.9%)
Mutual labels:  simple

Just a Simple Ransomware made in C for Windows

This ransomware uses XOR cipher to encrypt the files. It will only affect non-system files under User desktop's directory. This is limited to User's directory but you can specify another relative instead of Desktop's one or None by changing RELATIVE_FOLDER's value in main.c.

Once you run the program it will check if the first file is encrypted or not. If it´s not encrypted it will encrypt all the not encrypted others and vice versa.

In case you want to have it in a pen to auto-execute but at the same time avoiding running it in your own computer when inserting the pen you could add the following key and value to your system's variable.

Key: H43_xor_encryption

Value: H43

Leave a star in this project if you liked :)

Don't be evil because I don't take any responsability for your bad use :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].