diff --git a/api.py b/api.py index 2850ba0..87eab25 100644 --- a/api.py +++ b/api.py @@ -21,7 +21,7 @@ async def get_mkey(platform: str, month: int, day: int, inquiry: str): generator = mkey.mkey_generator(debug=False) - if platform not in ["RVL", "TWL", "CTR"]: + if platform not in ["RVL", "TWL", "CTR", "WUP"]: raise HTTPException(status_code=501, detail=f"{platform} is not implemented.") master_key = None try: diff --git a/data/wup_01.bin b/data/wup_01.bin new file mode 100644 index 0000000..1945db5 Binary files /dev/null and b/data/wup_01.bin differ diff --git a/data/wup_02.bin b/data/wup_02.bin new file mode 100644 index 0000000..2c66ac1 Binary files /dev/null and b/data/wup_02.bin differ diff --git a/data/wup_03.bin b/data/wup_03.bin new file mode 100644 index 0000000..6fd0546 Binary files /dev/null and b/data/wup_03.bin differ diff --git a/data/wup_aes_01.bin b/data/wup_aes_01.bin new file mode 100644 index 0000000..c1b24c4 --- /dev/null +++ b/data/wup_aes_01.bin @@ -0,0 +1 @@ +#M GߏQ \ No newline at end of file diff --git a/data/wup_aes_02.bin b/data/wup_aes_02.bin new file mode 100644 index 0000000..367edf4 --- /dev/null +++ b/data/wup_aes_02.bin @@ -0,0 +1 @@ + u;!U[ψI \ No newline at end of file diff --git a/data/wup_aes_03.bin b/data/wup_aes_03.bin new file mode 100644 index 0000000..246847b --- /dev/null +++ b/data/wup_aes_03.bin @@ -0,0 +1 @@ +C਽g|Ѥӟb \ No newline at end of file