Apk Crypter v3.0
## Features
### Encryption
- **Multi-Layer Encryption**: XOR, AES-style, ChaCha20-style algorithms
- **Bytecode Obfuscation**: Control flow flattening, string encryption
- **Compression**: zlib compression before encryption
- **Native Library**: C++ decryption stub for runtime...