[PR #21] [CLOSED] Added key to JSON converter #29

Open
opened 2026-01-29 22:29:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/NDecrypt/pull/21
Author: @Dimensional
Created: 4/2/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 69356dd Added key to JSON converter

📊 Changes

1 file changed (+136 additions, -0 deletions)

View changed files

ndecrypt_key_converter.py (+136 -0)

📄 Description

Added a python script that reads either aes_keys.txt or key.bin and converts the data to config.json, in preparation for the change over.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/NDecrypt/pull/21 **Author:** [@Dimensional](https://github.com/Dimensional) **Created:** 4/2/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`69356dd`](https://github.com/SabreTools/NDecrypt/commit/69356ddb8492d3d9b159d4a3b0108fd3efd1b15d) Added key to JSON converter ### 📊 Changes **1 file changed** (+136 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ndecrypt_key_converter.py` (+136 -0) </details> ### 📄 Description Added a python script that reads either aes_keys.txt or key.bin and converts the data to config.json, in preparation for the change over. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:29:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/NDecrypt#29