Skip to content

Instantly share code, notes, and snippets.

@dhcgn
dhcgn / Find-BoxCryptorCredentialsFromProcess.ps1
Last active July 8, 2018 10:02
Find-BoxCryptorCredentialsFromProcess.ps1
<#
.SYNOPSIS
Find the password with a hint in clear text from a runnung BoxCryptor instance
.DESCRIPTION
A proof that BoxCryptor stores the users credentails in clear text in memory.
System.Security.SecureString would be best practise.
You need to input the first chars of your password.
.NOTES