All Projects → joekendal → Fsociety

joekendal / Fsociety

Licence: mit
Script for encrypting a GNU/Linux filesystem and then destroying the keys

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fsociety

Crypto Es
A cryptography algorithms library
Stars: ✭ 65 (-59.12%)
Mutual labels:  encryption, sha256
Nsec
A modern and easy-to-use cryptographic library for .NET Core based on libsodium
Stars: ✭ 217 (+36.48%)
Mutual labels:  encryption, sha256
Tessera
Tessera - Enterprise Implementation of Quorum's transaction manager
Stars: ✭ 135 (-15.09%)
Mutual labels:  encryption
Mixplaintext
可对 Xcode 项目工程所有的 objective-c 文件内包含的明文进行加密混淆,提高逆向分析难度。
Stars: ✭ 152 (-4.4%)
Mutual labels:  encryption
Blockchain
blockchain (crypto) tools, libraries & scripts in ruby
Stars: ✭ 143 (-10.06%)
Mutual labels:  sha256
Padding Oracle Attacker
🔓 CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI.
Stars: ✭ 136 (-14.47%)
Mutual labels:  encryption
Mega.py
Python library for the https://mega.nz/ API.
Stars: ✭ 145 (-8.81%)
Mutual labels:  encryption
Jasypt Spring Boot
Jasypt integration for Spring boot
Stars: ✭ 1,948 (+1125.16%)
Mutual labels:  encryption
Cyberchef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
Stars: ✭ 13,674 (+8500%)
Mutual labels:  encryption
Go Jose
An implementation of JOSE standards (JWE, JWS, JWT) in Go
Stars: ✭ 1,849 (+1062.89%)
Mutual labels:  encryption
Discordcrypt
End-To-End File & Message Encryption For Discord
Stars: ✭ 150 (-5.66%)
Mutual labels:  encryption
Aegis
A free, secure and open source app for Android to manage your 2-step verification tokens.
Stars: ✭ 2,692 (+1593.08%)
Mutual labels:  encryption
Encryptedrmd
🔑 Password protected markdown html reports in R using libsodium
Stars: ✭ 136 (-14.47%)
Mutual labels:  encryption
Masuit.tools
ldqk.xyz/55
Stars: ✭ 2,539 (+1496.86%)
Mutual labels:  encryption
Encpipe
The dum^H^H^Hsimplest encryption tool in the world.
Stars: ✭ 135 (-15.09%)
Mutual labels:  encryption
End to end encryption
🔐 Server API to support End-to-End Encryption
Stars: ✭ 155 (-2.52%)
Mutual labels:  encryption
Seal Python
Microsoft SEAL 3.X For Python
Stars: ✭ 134 (-15.72%)
Mutual labels:  encryption
Magma
The magma server daemon, is an encrypted email system with support for SMTP, POP, IMAP, HTTP and MOLTEN,. Additional support for DMTP and DMAP is currently in active development.
Stars: ✭ 1,740 (+994.34%)
Mutual labels:  encryption
Gocryptfs
Encrypted overlay filesystem written in Go
Stars: ✭ 2,088 (+1213.21%)
Mutual labels:  encryption
Shhh
Share sensitive info without leaving a trace in your chat logs or email accounts.
Stars: ✭ 159 (+0%)
Mutual labels:  encryption

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 script is based on Darlene's malware from the TV show Mr Robot.

alt-text

Dependencies:

  • python2.7
  • pycrypto
sudo apt install python python-pip
sudo pip install pycrypto

Usage:

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

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].