I tried to brute force crack an owner password yesterday, and it ran for several hours: pdfcrack -o -f ./file.pdf Reached 6 characters before I had to cancel it (ctrl+c). I tried to resume based on the saved state file, but it starts with 1 character. Tried: pdfcrack -o -f ./file.pdf -l=./savedstate.sav pdfcrack -o -f ./file.pdf -l ./savedstate.sav pdfcrack -o -f ./file.pdf --loadState=./savedstate.sav pdfcrack -o -f ./file.pdf --loadState ./savedstate.sav Is it a bug or something I do wrong? I'm...