- Archi
- Administrator
- Registered: 2005-02-21
Encryption/Decryption
For encryption/decription you basically just need to XOR the bytes with the correct key.
1. Copy first 12 bytes. 2. XOR next 12 bytes with this key:
3. XOR the bytes to the end of the data file with this key:
|
|