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

OpenCL: Minor tweaks of format sort order #5630

Merged

Conversation

magnumripper
Copy link
Member

Sort streebogcrypt after gostcrypt, and eg. PBKDF2-HMAC-SHA256-opencl after PBKDF2-HMAC-SHA1-opencl

@magnumripper magnumripper force-pushed the opencl-format-sort-order branch from d28dcb7 to 161d0ac Compare December 22, 2024 22:54
@magnumripper
Copy link
Member Author

magnumripper commented Dec 22, 2024

Most crypt(3) formats were called eg. (...)cryptmd5 instead of (...)md5crypt so they were grouped together but sorted within the group. I now included descrypt and bcrypt to that order.

Most format structs are now similar to format name. Exceptions are crypt(3)
formats, which are named eg. ...cryptdes instead of ...descrypt in order to
group them within the list, and PBKDF2-HMAC formats, which are shortened to
eg. fmt_opencl_pbkdf2_sha512.
@magnumripper magnumripper force-pushed the opencl-format-sort-order branch from 161d0ac to 0becdda Compare December 22, 2024 23:00
@magnumripper magnumripper merged commit 2d585e0 into openwall:bleeding-jumbo Dec 22, 2024
35 of 36 checks passed
@magnumripper magnumripper deleted the opencl-format-sort-order branch December 22, 2024 23:53
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

Successfully merging this pull request may close these issues.

1 participant