/hpqpswdd

Utility that can be used to decrypt HPQPswd encrypted passwords.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

HPQPswdD

Introduction

This project is a simple utility that can be used to decrypt HPQPswd encrypted passwords.

Build it Yourself

All code is written in C# and can easily built with the following command line (e.g. using the the C# compiler bundled in Windows).

csc /out:hpqpswdd.exe Program.cs Native.cs

Licensing

All code is licensed under GPLv3, see LICENSE.