PCL is a portable standard C library which is useful for password crackers/password recovery software authors. It parses the password definition file (PDF), which format is application independent and generates passwords according to rules. These rules are written in a simple but powerful PCL language and may include brute force (with known chars) searching, dictionary (with modifiers) attack, misspelled passwords recovery, and much more.
| Tags | Software Development Libraries |
|---|---|
| Operating Systems | POSIX Linux |
| Implementation | C |