DSInternals.DataStore 6.1.0

Prefix Reserved
dotnet add package DSInternals.DataStore --version 6.1.0
                    
NuGet\Install-Package DSInternals.DataStore -Version 6.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DSInternals.DataStore" Version="6.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DSInternals.DataStore" Version="6.1.0" />
                    
Directory.Packages.props
<PackageReference Include="DSInternals.DataStore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DSInternals.DataStore --version 6.1.0
                    
#r "nuget: DSInternals.DataStore, 6.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DSInternals.DataStore@6.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DSInternals.DataStore&version=6.1.0
                    
Install as a Cake Addin
#tool nuget:?package=DSInternals.DataStore&version=6.1.0
                    
Install as a Cake Tool

DSInternals DataStore is an advanced framework for offline ntds.dit file manipulation. It can be used to extract password hashes from Active Directory backups or to modify the sIDHistory and primaryGroupId attributes.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.1.0 662 8/17/2025
6.0.0 214 8/14/2025
5.3.0 1,023 4/11/2025
5.2.0 298 4/9/2025
5.0.0 198 3/3/2025
4.16.0 379 1/5/2025
4.14.0 579 4/13/2024
4.13.0 367 12/20/2023
4.12.0 250 10/6/2023
4.11.0 237 10/1/2023
4.10.0 239 9/16/2023
4.9.0 479 2/25/2023
4.8.0 2,249 12/6/2022
4.7.0 671 10/30/2021
4.6.0 2,118 10/19/2021
4.5.0 549 10/13/2021
4.3.0 1,568 4/2/2020
4.2.0 767 3/18/2020
4.1.0 786 12/12/2019
4.0.0 770 12/4/2019
3.6.1 859 8/11/2019
3.2.0 1,001 1/3/2019
3.1.0 1,078 12/29/2018
3.0.0 1,088 9/29/2018
2.22.0 1,373 5/1/2017
2.21.2 1,312 4/19/2017
2.21.0 1,320 3/25/2017
2.20.0 2,166 11/15/2016
2.19.0 1,323 10/21/2016
2.18.0 1,331 10/2/2016
2.17.0 1,322 9/16/2016
2.16.0 1,380 8/7/2016
2.15.0 1,371 6/18/2016
2.14.0 1,378 4/30/2016
2.13.1 1,766 2/25/2016
2.13.0 1,530 2/23/2016

- Fixed a bug in prefix table parsing.