Releases: anjomro/camouflage-decryptor
Releases · anjomro/camouflage-decryptor
v0.3.4: Patch: Include 10MB key as hex
Because of issues with the build tool the inclusion of the 20MB key as binary file didn't work. See Issue pypa/hatch#911
To provide a working solution the key is now embedded as python code containing the key as hex value. Since this is very space inefficient the size of the embedded key has been reduced to 10MB.
Full Changelog: v0.3.3...v0.3.4
v0.3.3: Patch release
Full Changelog: v0.3.2...v0.3.3
v0.3.2: 🐍 Use hatch for CI/CD Workflow
Full Changelog: v0.3.1...v0.3.2
v0.3.1: 💼 Ship embedded static key with package
- Bugfix: Ship embedded key with package
- Metafix: Fix project urls
Full Changelog: v0.3.0...v0.3.1
v0.3.0: 🐘 Extract very large files
This release enables you to extract large files.
- A static key is required for extraction, for files up to 20MB this is done using an embedded static key.
- For files up to 1GB (1024MB) a file as large as the file to be extracted is downloaded.
- For larger files a custom key needs to be generated. Instructions how to generate such a static key can be found in the Readme.
Full Changelog: v0.2.1...v0.3.0
v0.2.1: 📚 Readme Improvements, Hex Output
Changes:
- Minor improvements to Readme
- Added Options to output data as hex
Full Changelog: v0.2.0...v0.2.1
v0.2.0: 🎉 New tools, works on any file type now
New functionality & Changes:
- 🔎 Extract hidden file
- 📊 Display camouflage metadata
- 💾 Extract original file (remove camouflage part)
- 🎉 Works on any file type now!
Full Changelog: v0.1.2...v0.2.0
v0.1.2: Bugfix Release 🔧
Bugfix
v0.1.1: Cosmetic Fixes
- Added usage instructions to Readme
- Added cli hint
v0.1.0: First working prototype 🎉
- Currently only password extraction is supported.