openwall / john

John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs
https://www.openwall.com/john/
Other
10.3k stars 2.1k forks source link

Add Unicode support to Wordlist mode #1642

Open jfoug opened 9 years ago

jfoug commented 9 years ago

More requirements for Unicode support

magnumripper commented 9 years ago

Changed title. This isn't about multi-byte, it's about Unicode. We can read a file using multi-byte, or a codepage, but we must treat it interally as UTF-32. All problems will just vanish. Except we'll have a bit of a challenge with performance.

magnumripper commented 5 years ago

See #3510