Neverness to Everness - HT INI Config File Decryptor 1.0

A Mod for Neverness to Everness
Neverness to Everness - HT INI Config File Decryptor Mod Preview Image
A Python script that decrypts Neverness to Everness's encrypted .ini configuration files. The game uses AES-256-ECB encryption with Base64 encoding per line and |SPLIT| as a line separator. The AES key was located at sub_141592120 in HTGame_dump.exe via reverse engineering.

Useful for reading and researching the game's internal configuration data.

Details:
Encryption:
AES-256-ECB + Base64, PKCS7 padding
Separator: |SPLIT|
AES Key: UVbP6pjjw5KZhvddie3tfhg1pVkkveY8
Key Source: sub_141592120 in HTGame_dump.exe

Requirements:
Python:
3.x
Library: pycryptodome or pycryptodomex

Install with:
Code:
pip install pycryptodome

Usage:
Decrypt a single file:
Code:
python NTE_decrypt_ini.py path/to/file.ini
Decrypt an entire directory of .ini files:
Code:
python NTE_decrypt_ini.py path/to/ini_folder output_folder
Decrypted files will be saved to ./decrypted by default if no output directory is specified.
1.2 KB
Log in or sign up to download
Uploaded by
Senku Aoki
Downloads
1
Views
65
First release
Last update
Platform
PC 
Version
1.0
Total Size
1.2 KB
Rating
0.00 star(s) 0 ratings

Uploaded by

  • 1
  • 65

Ratings

0.00 star(s) 0 ratings

Tags

There are no tags available.

More mods from Senku Aoki

  • PC Neverness to Everness - Unreal Mappings (.usmap)

  • PC Prometheus

  • PC F13th devbuild source

  • PC Harley Quinn Classic Nude

  • PC Lara tight, see-through and torn

There are no comments to display.