PoshCode Archive  Hex Artifact Content

Artifact bf4f3def0feeb86d7a0dd4738ab52c61e5ae64cb264ec5e3c9ce789170c5ead1:

  • File AES-CTR-mode-decryptor.ps1 — part of check-in [0566cebbac] at 2018-06-10 14:03:20 on branch trunk — Port of Chris Veness’ JavaScript AES CTR (AES Counter Mode) Aes.Ctr.decrypt to PowerShell. It will decrypt text encrypted with the Aes.Ctr.encrypt function from http://www.movable-type.co.uk/scripts/aes.html which is used by many websites. .NET doesn’t support AES CTR mode natively so you have to do it manually with a little fudging. (user: Public Domain size: 3255)

A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.