shreepads / pdfcrack-mp

OpenMP update with patterns for pdfcrack
GNU General Public License v2.0
38 stars 12 forks source link

Implement input pattern validation #5

Open shreepads opened 9 years ago

shreepads commented 9 years ago

Validate that the pattern input by the user is a valid one before proceeding with the crack.

At present the validPattern() method always returns true (unless a null string is passed).