-
Notifications
You must be signed in to change notification settings - Fork 78
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
Port to NodeJS #55
Comments
There shouldn't be easy to find the RSA spec to create a Node.js stoken implementation. But if you just need to add RSA capabilities to a Node app, you could instead:
|
If I can get a basic understanding of whats done with critical elements from in the below flow, I can implement this in a pure nodeJS Library.
|
@ChrisKader : I am looking for same things as you (a node.js port and possible documentation). EDIT : there is .NET port of this library called ursa. This is probably easier to read than C. |
@tigrouind thank you! You are right, it is a lot easier to understand! |
I was able to successfully get this going on nodeJS my using the URSA project along with the original stoken library. I am hoping I can get the stokenjs name on NPM as mine is an actual hand coded port with all functionality versus a "WASM" compiled version. |
Is there a documented spec you follow anywhere? I would like to bring this to NodeJS but I am not familiar enough with C to just straight port from C to JS
The text was updated successfully, but these errors were encountered: