hpqpswdd
hpqpswdd copied to clipboard
Utility that can be used to decrypt HPQPswd encrypted passwords.
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.