| Class | Description |
|---|---|
| Base64 |
Utility class for Dofus Pseudo base 64
|
| Checksum |
Implementation of the Dofus network checksum
https://github.com/Emudofus/Dofus/blob/1.29/dofus/aks/Aks.as#L248
|
| Key |
Handle key for Dofus packets
|
| PasswordEncoder |
The password encoding algorithm for Dofus
The algo is a pseudo base 64 vigenere cypher implementation
Note: This is not a safe method for store or communicate password.
|
| XorCipher |
Implementation of the xor cipher in Dofus 1
Note: This cipher is not secure, the key can be easily retrieved.
|
Copyright © 2022. All rights reserved.