Commit Graph

3 Commits

Author SHA1 Message Date
Bayu Satiyo
deb757922c
Update new encryption scheme & drop support for .NET 6.0
Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
2024-07-14 06:16:47 +07:00
Bayu Satiyo
33848ae084
Fix xor-ing the last 100 bytes and update README
Using Array.Reverse to automatically reverse KEY and store to
REVERSE_KEY leading to unexpected result to entire decryption process.
When using manually reversed KEY constant (REVERSE_KEY), the problem
is fixed.

Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
2023-08-14 21:34:35 +07:00
Bayu Satiyo
2718391ff5
Initial commit and release
Disclaimer:
This release is unstable for newer version of Light.vn

Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
2023-08-12 12:38:45 +07:00