Skip to content

Releases: anjomro/camouflage-decryptor

v0.3.4: Patch: Include 10MB key as hex

02 Aug 15:58
Compare
Choose a tag to compare

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

30 Jun 15:21
Compare
Choose a tag to compare

v0.3.2: 🐍 Use hatch for CI/CD Workflow

29 Jun 21:36
Compare
Choose a tag to compare

v0.3.1: 💼 Ship embedded static key with package

29 Jun 20:42
Compare
Choose a tag to compare
  • 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

29 Jun 10:07
Compare
Choose a tag to compare

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

04 May 08:00
Compare
Choose a tag to compare

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

03 May 10:24
Compare
Choose a tag to compare

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 🔧

27 Apr 15:31
Compare
Choose a tag to compare
Pre-release
Bugfix

v0.1.1: Cosmetic Fixes

27 Apr 14:43
Compare
Choose a tag to compare
Pre-release
  • Added usage instructions to Readme
  • Added cli hint

v0.1.0: First working prototype 🎉

27 Apr 14:28
cef25d3
Compare
Choose a tag to compare
Pre-release
  • Currently only password extraction is supported.