Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 455 Bytes

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.