mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
feature: 2-byte xor key
This commit is contained in:
@@ -23,6 +23,7 @@ PATH_WEB_PROJECT = "projects/"
|
||||
class DecoderStyle(Enum):
|
||||
PLAIN_1 = "plain_1"
|
||||
XOR_1 = "xor_1"
|
||||
XOR_2 = "xor_2"
|
||||
|
||||
|
||||
class PayloadLocation(Enum):
|
||||
|
||||
Reference in New Issue
Block a user