binary-encryption
Binary encryptor
An implementation of binary encryption from the phrack magazine.
Original code about binary encryption from phrack
65 stars
6 watching
34 forks
Language: C
last commit: over 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
n4sm/m0dern_p4cker | A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
silentvoid13/silent_packer | A binary packer that encrypts and decrypts the code section of an executable before execution. | 80 |
89luca89/pakkero | A tool for compressing and protecting binary files | 250 |
packing-box/bintropy | An analysis tool for estimating the likelihood of binary compression or encryption | 42 |
rubencaro/cipher | A cryptographic library for encrypting and decrypting arbitrary binary data in Elixir | 61 |
arisada/midgetpack | Protects binary assets by encrypting and authenticating them with Curve25519 key exchange or password-based encryption. | 197 |
friedkiwi/netcrypt | A .NET executable packer providing runtime packing for .NET executables without native code usage | 58 |
iphelix/pack | A toolkit for analyzing and improving password cracking operations by identifying common patterns in leaked passwords. | 796 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 236 |
ucsb-seclab/packware | This project investigates how machine learning classifiers perform when using static analysis features on packed binaries. | 83 |
nqntmqmqmb/xorpacker | A tool that encrypts and decrypts .NET executables using a simple XOR cipher | 14 |
bitbeans/streamcryptor | A C# project for secure file encryption and decryption using stream-based approach and cryptographic libraries. | 131 |
kimci86/bkcrack | Cracks legacy zip encryption using known plaintext attack | 1,674 |
samlarenn/pepacker | A tool for encrypting and obfuscating .text sections of executable files. | 49 |
sstadick/crabz | A cross-platform compression and decompression tool written in Rust. | 331 |