Skip to content

File encryptor and decryptor in Linux with Python. Using the same file extensions than Wannacry

Notifications You must be signed in to change notification settings

ricardojoserf/ubucryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubucryptor

File encryptor and decryptor in Linux with Python. Using the same file extensions than Wannacry

Usage

Encrypt files:

python enc.py $directory

Decrypt files:

python dec.py $directory

Or create executable files

cat enc.py crypto.py >> temp_enc.py && pyinstaller -F temp_enc.py && rm temp_enc.py

cat dec.py crypto.py >> temp_dec.py && pyinstaller -F temp_dec.py && rm temp_dec.py

Example

Screenshot

Requirements

Python 2.x:

sudo pip install pyinstaller

Python 3.x:

sudo pip3 install pyinstaller

Note

Tested both in Python2.x (2.7.15rc1) and Python 3.x (3.6.7)

About

File encryptor and decryptor in Linux with Python. Using the same file extensions than Wannacry

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Languages