๐ NullSec Crypto
February 27, 2026 ยท View on GitHub
๐ NullSec Crypto
Advanced Cryptography & Hash Analysis Toolkit
โโโโ โ โ โโ โโโ โโโ โโโโโโ โโโโโโ โโโโโโ
โโ โโ โ โโ โโโโโโโโ โโโโ โโโ โ โโ โ โโโโ โโ
โโโ โโ โโโโโโ โโโโโโโโ โโโโ โ โโโโ โโโโ โโโ โ
โโโโ โโโโโโโโ โโโโโโโโ โโโโ โ โโโโโโ โ โโโโ โโโโ
โโโโ โโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโ โ
โ โโ โ โ โโโโ โ โ โ โโโ โโ โโโ โโ โโโ โ โโโ โโ โโ โโ โ โ
โ โ โ โ โ โ โ โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโ C R Y P T O โโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
bad-antics
๐ Join x.com/AnonAntics for premium features!
๐ฏ Features
| Tool | Language | Description | Free | Premium |
|---|---|---|---|---|
| hashcrack | Rust | GPU-accelerated hash cracker | โ | ๐ฅ |
| hashid | Python | Hash type identifier | โ | ๐ฅ |
| cryptor | Rust | AES/ChaCha encryption tool | โ | ๐ฅ |
| keyanalyze | C | Cryptographic key analyzer | โ | ๐ฅ |
| rainbow | Rust | Rainbow table generator | โ | ๐ฅ |
| jwtcrack | Python | JWT token analyzer/cracker | โ | ๐ฅ |
๐ Structure
nullsec-crypto/
โโโ rust/
โ โโโ hashcrack/ # Multi-threaded hash cracker
โ โโโ cryptor/ # Encryption/decryption tool
โ โโโ rainbow/ # Rainbow table generator
โโโ c/
โ โโโ keyanalyze.c # Key strength analyzer
โ โโโ entropy.c # Entropy calculator
โโโ python/
โ โโโ hashid.py # Hash identifier
โ โโโ jwtcrack.py # JWT analyzer
โ โโโ b64crack.py # Base64 decoder/analyzer
โโโ wordlists/
โโโ README.md # Wordlist sources
๐ Supported Hash Types
| Algorithm | Speed (CPU) | Speed (GPU) | Status |
|---|---|---|---|
| MD5 | 50M/s | 25B/s | โ |
| SHA1 | 30M/s | 15B/s | โ |
| SHA256 | 15M/s | 8B/s | โ |
| SHA512 | 5M/s | 2B/s | โ |
| bcrypt | 25K/s | 100K/s | โ |
| scrypt | 10K/s | 50K/s | โ |
| Argon2 | 5K/s | 20K/s | โ |
| NTLM | 80M/s | 40B/s | โ |
| WPA2 | 500/s | 500K/s | ๐ฅ Premium |
๐ง Quick Start
# Identify hash type
python3 hashid.py -f hashes.txt
# Crack hashes with wordlist
./hashcrack -m md5 -w rockyou.txt hashes.txt
# Crack with rules
./hashcrack -m sha256 -w wordlist.txt -r best64.rule hashes.txt
# Encrypt file
./cryptor encrypt -i secret.txt -o secret.enc -p "password"
# Decrypt file
./cryptor decrypt -i secret.enc -o secret.txt -p "password"
โ ๏ธ Legal Disclaimer
For authorized security testing only. Only crack hashes you have permission to test.