-
released this
2026-01-25 22:20:06 +00:00 | 0 commits to master since this release📅 Originally published on GitHub: Sun, 25 Jan 2026 22:23:25 GMT
🏷️ Git tag created: Sun, 25 Jan 2026 22:20:06 GMTLast built commit:
7ec0517866Downloads
-
released this
2025-11-24 15:16:24 +00:00 | 3 commits to master since this release📅 Originally published on GitHub: Mon, 24 Nov 2025 15:21:30 GMT
🏷️ Git tag created: Mon, 24 Nov 2025 15:16:24 GMTFull Changelog: https://github.com/SabreTools/NDecrypt/compare/0.4.2...0.5.0
Downloads
-
released this
2025-09-19 15:03:00 +00:00 | 22 commits to master since this release📅 Originally published on GitHub: Fri, 19 Sep 2025 15:14:29 GMT
🏷️ Git tag created: Fri, 19 Sep 2025 15:03:00 GMTThis is the second release in the 0.4.x series. This fixes an issue where phantom input paths were being used, notably any of the features or options that were defined before the input paths.
Changes since 0.4.1:
options.OutputHashesis being correctly set when the--hashflag is supplied
Full Changelog: https://github.com/SabreTools/NDecrypt/compare/0.4.1...0.4.2
Downloads
-
released this
2025-09-18 02:51:28 +00:00 | 24 commits to master since this release📅 Originally published on GitHub: Thu, 18 Sep 2025 11:39:16 GMT
🏷️ Git tag created: Thu, 18 Sep 2025 02:51:28 GMTThis is the second release in the 0.4.x series. This fixes an issue where phantom input paths were being used, notably any of the features or options that were defined before the input paths.
Changes since 0.4.0:
options.InputPathsis being correctly used instead ofargswhen finding input paths to process
Full Changelog: https://github.com/SabreTools/NDecrypt/compare/0.4.0...0.4.1
Downloads
-
released this
2025-09-07 12:39:18 +00:00 | 27 commits to master since this release📅 Originally published on GitHub: Sun, 07 Sep 2025 12:47:55 GMT
🏷️ Git tag created: Sun, 07 Sep 2025 12:39:18 GMTThis release is the first in the 0.4.x series. The most notable changes in this version are the removal of legacy key file format support and the inclusion of .NET Standard 2.x support.
THIS IS A BREAKING CHANGE FOR SOME COMMANDLINE OPTIONS. Please see the help text in the program or the README in the repo for details on the current set of supported options. Notably the former
-h, --hashflag has been replaced by the-?, -h, --helpflag and the--hashflag.Changes since 0.3.2:
- All dependent libraries have been updated to the newest versions for better compatibility
- .NET Standard 2.0 and 2.1 support has been added to
NDecrypt.Core - Internal reorganization of the program code to match other reference implementations
- Support for
keys.binandaes_keys.txthas been removed; please see the README for a helpful script to convert to the newconfig.jsonformat - Start preparing for the ability to write outputs to a new file; expected to be in next non-bugfix release
Full Changelog: https://github.com/SabreTools/NDecrypt/compare/0.3.2...0.4.0
Downloads
-
released this
2025-04-04 16:43:54 +00:00 | 47 commits to master since this release📅 Originally published on GitHub: Fri, 04 Apr 2025 16:57:04 GMT
🏷️ Git tag created: Fri, 04 Apr 2025 16:43:54 GMTThis release marks what should be the last in the 0.3.x series. A number of improvements and fixes have been made, especially over the partially broken 0.3.0 and 0.3.1 releases. This also introduces a new
config.jsonformat which will be the only option for passing in keys when the 0.4.x series of releases comes about.THIS IS A BREAKING CHANGE FOR SOME COMMANDLINE OPTIONS. Please see the help text in the program or the README in the repo for details on the current set of supported options. Notably the former
-cflag for usingaes_keys.txthas been replaced by a-aflag that does the same.Changes since 0.2.5:
- Updated default build to .NET 9 and added build support going all the way back to .NET Framework 2.0
- Added support for Windows. OSX, and Linux ARM64
- Overhaul and simplification of code structure
- Migration to shared libraries for models, serialization, and hashing
- Overhaul on automatic builds and testing, including unified build scripts
- Introduction of the new
infooperation to quickly scan and check the status of multiple files - Automatic searching for required files in more locations
- Introduction of the new
config.jsonconfiguration file- Meant to replace both
keys.binandaes_keys.txt - Will be the default as of 0.4.x
- Requires Nintendo DS value to be provided
- Meant to replace both
- Added automatic validation of keys if they are supplied
Full Changelog: https://github.com/SabreTools/NDecrypt/compare/0.3.1...0.3.2
Downloads
-
released this
2024-11-15 02:40:01 +00:00 | 101 commits to master since this release📅 Originally published on GitHub: Fri, 15 Nov 2024 02:46:54 GMT
🏷️ Git tag created: Fri, 15 Nov 2024 02:40:01 GMTTHIS RELEASE IS BROKEN, PLEASE USE 0.3.2 OR ABOVE
For users who wanted to start using 0.3.x, please start with this version. The previous version had undiscovered bugs related to many of the cleanup changes that I introduced over the course of a couple months. It was lightly tested and nobody reported issues, so they were not obvious until after 0.3.0 went out.Corner case issues with 3DS carts for 9.3 and above have been confirmed to be processed incorrectly. NDS should be unaffected. If you need 3DS support as a guarantee, please use 0.2.5.
Full Changelog: https://github.com/SabreTools/NDecrypt/compare/0.3.0...0.3.1
Downloads
-
released this
2024-11-13 17:27:54 +00:00 | 116 commits to master since this release📅 Originally published on GitHub: Wed, 13 Nov 2024 17:36:27 GMT
🏷️ Git tag created: Wed, 13 Nov 2024 17:27:54 GMTTHIS RELEASE IS BROKEN, PLEASE USE 0.3.2 OR ABOVE
What's Changed
- Fix opeation typo by @soxhi8 in https://github.com/SabreTools/NDecrypt/pull/10
- add support for .nds.enc extension by @spiritfader in https://github.com/SabreTools/NDecrypt/pull/16
New Contributors
- @soxhi8 made their first contribution in https://github.com/SabreTools/NDecrypt/pull/10
- @spiritfader made their first contribution in https://github.com/SabreTools/NDecrypt/pull/16
Full Changelog: https://github.com/SabreTools/NDecrypt/compare/0.2.5...0.3.0
Downloads
-
released this
2023-01-06 18:14:31 +00:00 | 197 commits to master since this release📅 Originally published on GitHub: Fri, 06 Jan 2023 18:35:36 GMT
🏷️ Git tag created: Fri, 06 Jan 2023 18:14:31 GMTThis release is mainly centered around AppVeyor integration and broader default platform support.
- License has been correctly set to MIT instead of the "whatever" mentioned before
- Build targets for Windows x86, Windows x64, Linux x64, and OSX x64 have been added for packaging
- .NET Core 3.1 has been removed as a build version
- AppVeyor has been enabled to allow for easier testing of WIP builds
Downloads
-
released this
2022-10-31 17:30:52 +00:00 | 210 commits to master since this release📅 Originally published on GitHub: Mon, 31 Oct 2022 17:37:28 GMT
🏷️ Git tag created: Mon, 31 Oct 2022 17:30:52 GMTThis release is mainly around some fixes related to .NET 6 (and internal cleanup):
- .NET 5 support has been dropped
- .NET 6 support (hashing and encrypt/decrypt) have been fixed
- Internal structure changed to be more library-oriented
Downloads
mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-02-14 05:36:12 +00:00