Skip to content

Commit

Permalink
v0.1.0; initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclone-github authored Jan 10, 2024
1 parent 7543606 commit 66b66e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*Pronounced "Reg-X" as in Regex eXtractor*

### Why use RegX instead of grep, ripgrep, etc?
Unlike general-purpose tools like grep or ripgrep, RegX offers a more nuanced approach that was developmented specifically for parsing hashcat potfiles that contain multiple hash algo's. While this can be done with grep, compiling and testing regular expressions, especially for more complex hashes, can be cumbersom and error prone. See examples below.
Unlike general-purpose tools like grep or ripgrep, RegX offers a more nuanced approach that was developed specifically for parsing hashcat potfiles that contain multiple hash algo's. While this can be done with grep, compiling and testing regular expressions, especially for more complex hashes, can be cumbersome and error prone. See examples below.

### RegX vs grep (egrep):

Expand Down

0 comments on commit 66b66e0

Please sign in to comment.