Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: support for utf-8 alphabets #1

Open
roycewilliams opened this issue Mar 17, 2017 · 2 comments
Open

feature request: support for utf-8 alphabets #1

roycewilliams opened this issue Mar 17, 2017 · 2 comments

Comments

@roycewilliams
Copy link

Current alphabet support is limited to ISO 8859-1 8-bit ASCII. Many word corpora are based on other character sets.

@magnumripper
Copy link
Contributor

+1

All internal processing should use UTF-32. That would make this generator the leader of the pack (after sorting #4).

@m33x
Copy link
Collaborator

m33x commented Mar 22, 2017

Currently, we are not planning to extend OMEN. It was a side project on our research on probabilistic password modeling. It was developed as a PoC, so please bear with us for its poor functionality. In my not existing free time I would love to implement the rather straightforward approach of OMEN as a JtR / Hashcat module. However, never did something like this before.

So encoding / performance / resume functionality is out of scope for this project. I already implemented the algorithm in Python once, it is really not that complicated. I wonder whether someone more familiar with JtR / Hashcat "modules" and software development in general, might be interested in collaborating. I leave the issues open, but don't expect anything soon. Took us more than 2 years to upload the source to GitHub ;-)

Cheers,
Maximilian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants