https://github.com/gheris-579/ransomeware
_|G.M.R|_ V1.0.0
https://github.com/gheris-579/ransomeware
hacker python-script python3 ransomware ransomware-source-code windows windows-10
Last synced: 4 months ago
JSON representation
_|G.M.R|_ V1.0.0
- Host: GitHub
- URL: https://github.com/gheris-579/ransomeware
- Owner: Gheris-579
- Created: 2023-09-13T20:09:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T11:16:09.000Z (over 1 year ago)
- Last Synced: 2024-12-03T03:19:23.434Z (6 months ago)
- Topics: hacker, python-script, python3, ransomware, ransomware-source-code, windows, windows-10
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
  
RANSOMEWARE

This Ransomware musn't be used to harm/threat/hurt other person's computer. It's purpose is only to share knowledge and awareness about Malware/Cryptography/Operating Systems/Programming. This ransomware made for learning and awareness about security/cryptography.
What Does "Military Grade Encryption" Mean?
Dashlane, a password manager that has advertised its "military-grade encryption," explains what this term means on its blog. According to Dashlane, military-grade encryption means AES-256 encryption. That's the Advanced Encryption Standard with a 256-bit key size.
As Dashlane's blog points out, AES-256 is "the first publicly accessible and open cipher approved by the National Security Agency (NSA) to protect information at a "Top Secret" level."
AES-256 differs from AES-128 and AES-192 by having a larger key size. That means a bit more processing power used for performing the encryption and decryption, but all that extra work should make AES-256 even harder to crack.
ScreenShot:

Environement:
- Windows 10 | Tested | Compiled
- Pycharm
- Python 3.10
Module:
- from tkinter import *
- from PIL import ImageTk, Image
- import tkinter as tk
- import tkinter
- import os
- import sys
- import webbrowser
- import pyAesCrypt
Compilation:
- pip install auto-py-to-exe
- auto-py-to-exe