Commit Graph

4 Commits

Author SHA1 Message Date
31e0439b87 支持传入文件夹路径以批量处理
支持根据文件头恢复文件后缀
2024-10-07 19:01:21 +08:00
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
ea9a31d407
Add new encryption type
This encryption type is come from the Soul Engine
[http://soulengineproject.com/] (is this beta version of Light.vn?)
that I found in HIMAWARI game (https://www.freem.ne.jp/win/game/17154).
Thanks to Zakamutt (https://forums.fuwanovel.net/profile/1088-zakamutt/)
for reporting this.

How does this encryption work?
The `.vndat` file are password protected with the same key as Light.vn
`d6c5fKI3GgBWpZF3Tz6ia3kF0` while the contents of `.vndat` file isn't
encrypted at all. Because of this, I need to rewrite the entire unpack
and repack logic.

Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
2023-08-19 11:08:47 +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