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

Support md4 #184

Open
d3lm opened this issue Feb 19, 2019 · 7 comments
Open

Support md4 #184

d3lm opened this issue Feb 19, 2019 · 7 comments

Comments

@d3lm
Copy link

d3lm commented Feb 19, 2019

I am running into an issue where I need to support md4 hashes. Would it be an option to use this package to support md4?

@calvinmetcalf
Copy link
Contributor

in the short term you probably want to use that package directly, I'm not sure if we want to add it in, and if we did how quickly it would go in

@d3lm
Copy link
Author

d3lm commented Feb 19, 2019

How can I add this only for my use case? Can you help me out here? What do I need to do to support md4 in my case?

@d3lm
Copy link
Author

d3lm commented Feb 19, 2019

BTW, thanks for your quick response, I really appreciate it.

@calvinmetcalf
Copy link
Contributor

you can just directly require and use that library you linked to

@d3lm
Copy link
Author

d3lm commented Feb 19, 2019

The problem is I am using a lib that uses the 'crypto' lib and passes in md4 as an algorithm and I have no control of that. So I am not using crypto myself but rather it's used by another lib which requires md4 to be supported.

@rawr51919
Copy link

A polyfill may help with this particular usage case in your webpack config.

@rawr51919
Copy link

rawr51919 commented Feb 2, 2021

Something tells me that this could in fact go in relatively easily in a PR (after #200 and #201, of course), however, the usage case, as I described before, would work best if it was polyfilled in your webpack config. It depends on the usage case.

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