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

MD Family of Patterns #31

Open
GeekMasher opened this issue Dec 12, 2022 · 2 comments
Open

MD Family of Patterns #31

GeekMasher opened this issue Dec 12, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@GeekMasher
Copy link
Collaborator

GeekMasher commented Dec 12, 2022

Name / Description

Message-Digest family of hash functions, in the hex-digits output format

Sample Snippets

True Positives

# MD2
dd34716876364a02d0195e2fb9ae2d1b

# MD4
db346d691d7acc4dc2625db19f9e3f52

# MD5
098f6bcd4621d373cade4e832627b4f6

Any differences between these?

False Positives

[snippet]

[optional] Propose Solution

[suggestion]
@GeekMasher GeekMasher added the enhancement New feature or request label Dec 12, 2022
@GeekMasher GeekMasher self-assigned this Dec 12, 2022
@aegilops
Copy link
Collaborator

There's no way to distinguish different 'MD' patterns based on their hex pattern

@aegilops
Copy link
Collaborator

aegilops commented Feb 15, 2023

A regex for these is:

[A-Fa-f0-9]{32}

with a before pattern of \A|[^A-Fa-f0-9] and an after pattern of \z|[^A-Fa-f0-9]

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

No branches or pull requests

2 participants