Skip to content

mkg20001/win-pw-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Decode "encrypted" windows passwords

Resources

Stars

Watchers

Forks

Packages

No packages published