0.1.2 • Published 5 years ago

win-pw-decoder v0.1.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
5 years ago

win-pw-decoder

Decode "encrypted" windows passwords

What does it do

Decodes this...

<Password>
    <Value>cwB5AHMAdABlAG0AUABhAHMAcwB3AG8AcgBkAA==</Value>
    <PlainText>false</PlainText>
</Password>

...into this

systemPassword

(the Password part is appended, also part of the "encryption")

So it strips that as well

system is the "encrypted" password

But, wait...

Yes, MS calls some shitty null-separation "encryption". Don't blame me!

Usage

$ win-pw-decoder <string>
result