https://github.com/jeanvydes/ransomware-virus
A ransomware virus (don't run)
https://github.com/jeanvydes/ransomware-virus
Last synced: about 2 months ago
JSON representation
A ransomware virus (don't run)
- Host: GitHub
- URL: https://github.com/jeanvydes/ransomware-virus
- Owner: JeanVydes
- Created: 2023-01-27T06:33:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T06:39:25.000Z (over 2 years ago)
- Last Synced: 2025-01-17T07:42:46.372Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Ransomware
**EDUCATIONAL PURPORSES**
For security a line in the code is commented
```rust
let path = "/home/folder_never_used"; //detect_os_path();
````Uncomment `detect_os_path()` and delete `"/home/folder_never_used"` for be usable in any os;
If the file size is greater that 50mb, the file will be encrypted into chunks.
[Source](https://kerkour.com/rust-file-encryption)