A ransomware program written in Go. It uses a mixture of ChaCha20 and ECIES cryptography to securely encrypt files so that they cannot be recovered using traditional recovery tools. Files encrypted by EByte can only be decrypted using a proper decryptor.
Features:
- ChaCha20's stream-based approach allows for byte-by-byte encryption, enabling the pattern of 1 byte encrypted, 2 bytes unencrypted.
- ECIES offers similar security to RSA with shorter key lengths, making it a more efficient choice.
- Panel
- Decrypt
download:*** Hidden text: cannot be quoted. ***