Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for AES-CTR-mode-decryptor.ps1
2018-06-10
| ||
14:03 | 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. file: [bf4f3def0f] check-in: [0566cebbac] user: Public Domain branch: trunk, size: 3255 | |
13:44 | Added: 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. file: [22f8eefbfd] check-in: [269f2a17e3] user: Public Domain branch: trunk, size: 3255 | |