PowerShell is a daily used utility in my tool belt. I like the accessibility, due to its command line interface, as well as it’s power, due to access to the underlying .NET Framework.

Today I needed a AES 256 key with some entropy and therefore made use of the RandomNumberGenerator class.

HTH Daniel