Craete account? #127
Replies: 3 comments 1 reply
-
That's not supported. I'll move this to a discussion and label it as an idea. |
Beta Was this translation helpful? Give feedback.
-
It was planned in 2016 but I gave up from implementing it. One of the reasons I never implemented it is that, at the moment, the library does not have functions to generate RSA keys which are used to authenticate with MEGA, just functions to load existent keys and authenticate. The key format used to store RSA keys is non-standard format, I tried working with that, without success. Probably it should be easier to implement nowadays since Node.js supports WebCrypto and WebCrypto supports RSA functions. If someone wants to work on this idea feel free to send a pull request. |
Beta Was this translation helpful? Give feedback.
-
Here in Web Crypto we can actually generate the RSA keys. I am not sure how to implement as i didn't study the code yet but if you explain me bit where to start then i can work on it. And for a nodejs this might help. |
Beta Was this translation helpful? Give feedback.
-
How can i use this lib to create an account?
Beta Was this translation helpful? Give feedback.
All reactions