https://github.com/cuyler36/horizoncrypt
Animal Crossing: New Horizons Save Encryptor/Decryptor
https://github.com/cuyler36/horizoncrypt
animalcrossing decryption encryption savegame
Last synced: about 1 month ago
JSON representation
Animal Crossing: New Horizons Save Encryptor/Decryptor
- Host: GitHub
- URL: https://github.com/cuyler36/horizoncrypt
- Owner: Cuyler36
- License: gpl-3.0
- Created: 2020-03-18T01:46:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T06:26:50.000Z (about 5 years ago)
- Last Synced: 2025-05-05T21:15:48.341Z (about 1 month ago)
- Topics: animalcrossing, decryption, encryption, savegame
- Language: C#
- Size: 38.1 KB
- Stars: 40
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HorizonCrypt
Animal Crossing: New Horizons Save Encryptor/Decryptor## Usage
HorizonCrypt \[-b\] \[-c|-d\] \## Examples
#### Decrypt File
HorizonCrypt -d ./main.dat#### Encrypt File
HorizonCrypt -c ./main_decrypted.dat#### Decrypt Folder
HorizonCrypt -b -d ./#### Encrypt Folder
HorizonCrypt -b -c ./