3

I was wondering if there is a way to generate deterministic asymmetric keypair using some kind of input (password or email), using SubtleCrypto interface of the WebCrypto API.

I managed to do this using Cryptico library, but I would like to know is there a more native way to do this, using built in API?

Heretic Monkey
  • 11,687
  • 7
  • 53
  • 122
Zoka
  • 393
  • 3
  • 14
  • Is there something in the [documentation of SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/generateKey) that you're not understanding? – Heretic Monkey Dec 02 '19 at 14:43
  • Yes. How to generate deterministic keypair. (Always the same keypair based on some user input) – Zoka Dec 02 '19 at 15:03
  • So... you've tried the various methods and found that they didn't? That would be helpful information to have in your question.... – Heretic Monkey Dec 02 '19 at 15:42
  • Yes, I tried. But with no success. And according to the documentation, there is no option to do that. There is option to create deterministic symmetric key, using deriveKey function, but nothing to asymmetric keypair. – Zoka Dec 03 '19 at 09:26

0 Answers0