< # .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 encrypted quotes since a new key/IV is generated each time you run the script. .NOTES File Name :… Read the full text.