< # .SYNOPSIS This script encrypts then decrypts a string using AES .DESCRIPTION This script re-implements an MSDN sample that first encrypts a string then decrypts it. The crypto is done using AES. Running this script multiple times will result in differently...