2008-08-03 Henning Norén - 0.11 * Print out the user password when finding the ownerpassword * Be less strict when parsing magic number * Fixed two null-pointer dereferences * Actually start the search for trailer in last KB * bump version to 0.11 2008-05-01 Henning Norén - 0.10 * Add support for different newline-styles in wordlists * Fix three nasty issues when parsing binary strings A big thanks to Will McCullen who reported and helped debug them * Change step 6 when computing the encryption key to only apply to rev 3+ * Add warnings when the parser got a O/U binary string != 32 bytes * Add support for non-hex ID strings * Change error messages when not finding the ID or Encrypt object in trailer * Try with empty password when bruteforcing from 0 characters (#1767244) * Mention pdftk in the README (#1767245) * Start search for the trailer in the last KB * bump version to 0.10 2007-10-23 Henning Norén - 0.9 * flush the buffers in printProgress * make use of %zu when printf-ing size_t * bump version to 0.9 2006-10-16 Henning Norén - 0.8 * Removed fweb and Wextra from CFlags in Makefile to support gcc 3.3.5 * Added snippet about needing GNU Make in README * Support version >3 Standard security handlers * Actually notice when EncryptMetadata is false and print out it's value * Print a warning when someone sets minpw > maxpw * Fix some warnings * bump version to 0.8 2006-07-08 Henning Norén - 0.7 * Fix a problem with initializations of passwords when using max-length < 32. Thanks to Antonis Tassis for pointing it out. * Fix some inconsistency when using --version-argument * bump version to 0.7 2006-07-06 Henning Norén - 0.6 * Actually save the permutation-setting when saving * bump version to 0.6 2006-07-06 Henning Norén - 0.5 * Make loading and saving states much more robust * Block all signals when terminating from a SIGINT * Add support for turning on permutations that is now off by default * Various small tweaks, cleanups and bugfixes * Optimizations of md5 and rc4 * bump version to 0.5 2006-06-18 Henning Norén - 0.4 * Switch from using processor-time to using real time when reporting progress * Add support for some simple benchmarking * Add a check for the correct security-handler version to avoid a segfault * Don't try the same password twice when permutating * Fix a bug that made pdfcrack unable to load the upw from saved state file * Fix a bug that ignored the saved max password when loading a saved state * Various small fixes and changes * bump version to 0.4 2006-05-28 Henning Norén - 0.3 * Move CREDITS into README and add reference to project-page at sourceforge * Various cleanups and comments * Optimize md5 round 1 according to Colin Plumb's implementation * bump version to 0.3 2006-05-26 Henning Norén - 0.2 * Fix stupid bug in main that crept in right before the release * Change the updateinterval to 20 seconds and spellfix the define * add a newline to the help-text * bump version to 0.2 2006-05-26 Henning Norén - 0.1 * First release