Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 962 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 962 Bytes

The Offline Windows Password Editor

© 2023 jpz4085, 2021 Mina Her, 1997-2014 Petter Nordahl-Hagen

This is free software, licensed under the following:

GNU General Public License, version 2
chntpw (the password reset / registry editor frontend)
reged (registry editor, export and import tool)
sampasswd (password reset command line program)
samusrgrp (user and group command line program)

GNU Lesser General Public License, version 2.1
ntreg (the registry library)
libsam (SAM manipulation library, user, groups etc)

Historical information is installed at: /opt/local/share/doc/chntpw

Install/Uninstall

make
sudo make install
sudo make uninstall

Requirements

OpenSSL 1.1

  • Install using Homebrew or MacPorts.
  • Makefile library and include paths may need adjusted.