https://github.com/joekendal/fsociety
Script for encrypting a GNU/Linux filesystem and then destroying the keys
https://github.com/joekendal/fsociety
aes-256 encryption pycrypto python sha256
Last synced: 10 days ago
JSON representation
Script for encrypting a GNU/Linux filesystem and then destroying the keys
- Host: GitHub
- URL: https://github.com/joekendal/fsociety
- Owner: joekendal
- License: mit
- Created: 2017-05-07T18:44:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T16:45:42.000Z (over 7 years ago)
- Last Synced: 2025-09-08T17:57:25.067Z (about 1 month ago)
- Topics: aes-256, encryption, pycrypto, python, sha256
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fsociety
__WARNING: You will not be able to recover the files.__This is intended to encrypt every bit of data in a GNU/Linux filesystem using 256-bit AES with
self-destructing, randomly generated keys.The [fuxsocy.py](https://i.imgur.com/tAvWBe6.jpg) script is based on [Darlene's malware](https://gifyu.com/images/ezgif.com-video-to-giff0eda.gif) from the TV show Mr Robot.

### Dependencies:
* python2.7
* pycrypto```shell
sudo apt install python python-pip
```
```shell
sudo pip install pycrypto
```### Usage:
```shell
wget https://raw.githubusercontent.com/joekendal/fsociety/master/fuxsocy.py
```
```shell
sudo chmod +x fuxsocy.py
```
```shell
./fuxsocy.py
```### License
#### MIT