qlj2009 / H

Animal Crossing: New Horizons Save Encryptor/Decryptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HorizonCrypt

Animal Crossing: New Horizons Save Encryptor/Decryptor

Building

you will need the latest .Net Framework (NOT Net standard 2.0) NHSE.Core.dll from NHSE.

then u add a reference to that .dll in Visual Studio.

then u let it build.

the resulting .exe and .dll can be found in "./bin/Debug/" or "./bin/Release".

Usage

(mono) HorizonCrypt [-b] [-c|-d] <input>

** mono can be used to run HorizonCrypt (and other .Net console apps) on Mac and Linux

Examples

Decrypt File

HorizonCrypt -d ./main.dat

Encrypt File

HorizonCrypt -c ./main_decrypted.dat

Decrypt Folder

HorizonCrypt -b -d ./

Encrypt Folder

HorizonCrypt -b -c ./

About

Animal Crossing: New Horizons Save Encryptor/Decryptor

License:GNU General Public License v3.0


Languages

Language:C# 100.0%