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

signing data not working on Client side JS. #67

Open
dartedfa opened this issue Dec 17, 2019 · 3 comments
Open

signing data not working on Client side JS. #67

dartedfa opened this issue Dec 17, 2019 · 3 comments

Comments

@dartedfa
Copy link

I'm trying to sign some data with key on Client side, Problem is that, when I pass same private key and same data, "sign" function returns signature Randomly, Different result every time.

I have used, browserify also babel, same result for both cases.

@dartedfa
Copy link
Author

It has a problem with new OpenSSH_8.0p1 generated rsa keys, keys generated with older version of OpenSSH working as expected.

@AndreasGassmann
Copy link

Hey, this is a long shot, but did you ever solve your issue?

@dartedfa
Copy link
Author

Hey, this is a long shot, but did you ever solve your issue?

Hey @AndreasGassmann, as I remember we have dropped support for specific versions of keys...

Just for info, the issue is caused by this dependencies:
browserify/browserify-sign#46
indutny/bn.js#234

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