serializingme / hpqpswdd

Utility that can be used to decrypt HPQPswd encrypted passwords.

Home Page:https://www.serializing.me/project/hpqpswdd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Utility that can be used to decrypt HPQPswd encrypted passwords.

https://www.serializing.me/project/hpqpswdd/

License:GNU General Public License v3.0


Languages

Language:C# 100.0%