Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Releases: hounsell/DecryptESD

v0.4.0.20631

15 Sep 19:31

Choose a tag to compare

v0.4.0.20631 Pre-release
Pre-release

Breaking command syntax changes, integration with the BuildFeed CryptoKey database: https://key.bld.pm/

  • Allow update from a remote feed.
    • Defaults to new CryptoKey website XML feed, provided via BuildFeed team. Alternate feeds can be set via config or command argument.
  • Add command verbs update and decrypt to separate existing and new functionality.

v0.3.2.34383

23 Jun 18:16

Choose a tag to compare

v0.3.2.34383 Pre-release
Pre-release

Bugfix, performance improvements.

  • No longer crash on already decrypted ESD - just skip it.
  • Add 14371 ESD key
  • Swap from RijndaelManaged to AesCryptoServiceProvider for decryption
    • This uses native Windows APIs rather than is pure managed code
    • It also uses AES-NI instructions on supporting hardware

(Note: Updated 24/07/2016 with 14372 CryptoKey)

v0.3.1.30165

19 Jun 15:53

Choose a tag to compare

v0.3.1.30165 Pre-release
Pre-release

Bugfix build

  • Test all keys, not just "best" key - but favour the closest key in build number
  • Add 14342 multi ESD key
  • Reduce requirement to .NET Framework 4.5 (down from 4.5.2)

v0.3.6012.19100

17 Jun 09:51

Choose a tag to compare

v0.3.6012.19100 Pre-release
Pre-release

Some functionality upgrades

  • Add basic command line switches
  • Support for multiple ESDs in batch
  • Some basic error handling
  • Allow specifying a key via a command line switch

Also includes crypto keys up to the latest 14367 release.

Base Release (v0.2)

11 Jun 23:25

Choose a tag to compare

Base Release (v0.2) Pre-release
Pre-release

This adds the necessary functionality to introduce parity to esddecrypt:

  • XML Metadata fix-up
  • WIM Integrity Table fix-up

Also, I have reduced the target .NET Framework to 4.5.2.

(Updated 15th June with updated CryptoKeys.xml)

Initial Release (v0.1)

10 Jun 11:34

Choose a tag to compare

Pre-release

This is the initial release of DecryptESD.