SkillAgentSearch skills...

Ubucryptor

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

Install / Use

/learn @ricardojoserf/Ubucryptor

README

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)

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Python

Security Score

75/100

Audited on Feb 1, 2026

No findings