EncDecFiles.ps1
Author: (c) 2017 by QDBA
Version 1.0
Description
EncDecFiles.ps1 is a powershell script to Encrypt / Decrypt a powershell (or any other) file with AES. You can use it to obfuscate your powershell script, so AV Scanner doesn't detect it.
Usage:
EncDecFiles.ps1
< -Encrypt | -Decrypt > # encrypt or decrypt a file
< -In Filename > # Input File
[ -Out Filename ] # Output File
[ -Pass Password ]