ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » DPAPI » Scripting games
  • Scripting Games 2007 Advanced PowerShell Event 7

    For Event 7 I did the Following Script, using DPAPI (only decryptable by same user on same Computer ) for Encrypting :  PARAM ($mode) Switch ($mode) { 'e' { $ss = ConvertTo-SecureString -string ( [System.IO.File]::ReadAllText(''$(pwd)\alice2.txt'')) -AsPlainText -Force convertfrom-securestring $ss | out-file ...
    Posted to The PowerShell Guy (Weblog) by admin on February 21, 2007
Powered by Community Server (Personal Edition), by Telligent Systems