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?