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

sig.verify(sigValueHex) returns true if sigValueHex contains extra non-hex chars #101

Open
undavide opened this issue Jul 20, 2015 · 0 comments

Comments

@undavide
Copy link

Hello,
following the Signature tutorial I've found that the roundtrip check works as expected.
Yet, if I log the var sigValueHex = sig.sign(); before passing it on to the verification and add an extra char, say a z to it, the following sig.verify(sigValueHex) returns true anyway - which IMHO should not.
Thank you

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

1 participant