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

MD5 output not same as openssl on Mac #2

Closed
horaceho opened this issue Nov 30, 2011 · 2 comments
Closed

MD5 output not same as openssl on Mac #2

horaceho opened this issue Nov 30, 2011 · 2 comments

Comments

@horaceho
Copy link

In the sample app, the MD5 of text: abc shows

900150983cd24fb0d6963f7d28e17f72

In Mac bash: echo "abc" | openssl dgst -md5 shows

0bee89b07a248e27c83fc3d5951213c1

@x2on
Copy link
Owner

x2on commented Nov 30, 2011

The MD5 Hash from the sample app above is correct

@horaceho
Copy link
Author

Thanks, found why.

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

2 participants