This repository was archived by the owner on May 29, 2019. It is now read-only.
Releases: hounsell/DecryptESD
Releases · hounsell/DecryptESD
v0.4.0.20631
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
updateanddecryptto separate existing and new functionality.
v0.3.2.34383
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
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
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)
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)
This is the initial release of DecryptESD.